Added bluetooth OBEX file receiver service (see )

This commit is contained in:
Fabio Manganiello 2019-12-11 22:22:56 +01:00
parent 8c41110145
commit 5d2d7d55af
5 changed files with 181 additions and 1 deletions
docs/source

View file

@ -228,6 +228,7 @@ autodoc_mock_imports = ['googlesamples.assistant.grpc.audio_helpers',
'croniter',
'pyaudio',
'avs',
'PyOBEX',
]
sys.path.insert(0, os.path.abspath('../..'))