forked from platypush/platypush
Fallback logic that uses DBus to disconnect from a BT device.
This logic will be used if the connection wasn't opened by the current process and therefore a call to DBus is required to terminate it.
This commit is contained in:
parent
913ef6f8cd
commit
2f49ddf33a
4 changed files with 37 additions and 1 deletions
1
setup.py
1
setup.py
|
@ -178,6 +178,7 @@ setup(
|
|||
'bleak',
|
||||
'bluetooth-numbers',
|
||||
'TheengsDecoder',
|
||||
'pydbus',
|
||||
'pybluez @ https://github.com/pybluez/pybluez/tarball/master',
|
||||
'PyOBEX @ https://github.com/BlackLight/PyOBEX/tarball/master',
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue