Don't use bluetoothctl #798
Labels
Backend: BlueZ
Issues and PRs relating to the BlueZ backend
dependencies
Pull requests that update a dependency file
enhancement
New feature or request
Description
Trying to use bleak inside a Flatpak sandbox fails because bluetoothctl, like all other system utils, can't be accessed.
Inside the bluezdbus backend in
__init__.py
a bluetoothctl subprocess is spawned to get the current bluez version.I suggest to use the bluez dbus interface directly to get the version.
The text was updated successfully, but these errors were encountered: