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:
Fabio Manganiello 2023-03-24 01:57:05 +01:00
parent 913ef6f8cd
commit 2f49ddf33a
Signed by untrusted user: blacklight
GPG key ID: D90FBA7F76362774
4 changed files with 37 additions and 1 deletions

View file

@ -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',
],