Replies: 2 comments 6 replies
-
What sort of device are you connecting to? We had some report a similar issue with an iPhone and it turned out the be that BlueZ was trying to also connect to the battery service in the background but it failed because it required a secure connection or something like that. The workaround was to disable the battery plugin in BlueZ. |
Beta Was this translation helpful? Give feedback.
6 replies
-
@dlech I moved on with pygatt but happy to further test if you think of something |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
All examples fail with
bleak/backends/bluezdbus/client.py", line 321, in connect f"Connection was not successful! ({self._device_path})" bleak.exc.BleakError: Connection was not successful! (/org/bluez/hci0/dev_68_27_19_21_E1_FF)
I do see a connect/disconnect twice in bluetoothctl output
Beta Was this translation helpful? Give feedback.
All reactions