You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BlueZ version (bluetoothctl -v) in case of Linux: 5.64
Description
Unable to pair Bose LE Sport Earbuds w/ the bleak client. Have no issues connecting or reading characteristics w/ the bleak client, just not able to pair. Also have tried pairing some peripheral samples from Nordic on an nrf5340 dev kit with no luck. However, I am able to pair these devices using bluetoothctl w/o any issues.
What I Did
Below is my test script for attempting to pair a device:
Connected: True
Traceback (most recent call last):
File "/home/hosse005/public-repos/bleak/examples/pairing_test.py", line 40, in <module>
asyncio.run(main(bose_buds_addr))
File "/usr/lib/python3.10/asyncio/runners.py", line 44, in run
return loop.run_until_complete(main)
File "/usr/lib/python3.10/asyncio/base_events.py", line 646, in run_until_complete
return future.result()
File "/home/hosse005/public-repos/bleak/examples/pairing_test.py", line 23, in main
await client.pair()
File "/home/hosse005/public-repos/bleak/bleak/__init__.py", line 587, in pair
return await self._backend.pair(*args, **kwargs)
File "/home/hosse005/public-repos/bleak/bleak/backends/bluezdbus/client.py", line 470, in pair
assert_reply(reply)
File "/home/hosse005/public-repos/bleak/bleak/backends/bluezdbus/utils.py", line 22, in assert_reply
raise BleakDBusError(reply.error_name, reply.body)
bleak.exc.BleakDBusError: [org.bluez.Error.AuthenticationFailed] Authentication Failed
Logs
Below is a relevant dbus log captured running the following command after client.is_connected returns True. $ sudo busctl monitor org.bluez
bluetoothctl -v
) in case of Linux: 5.64Description
Unable to pair Bose LE Sport Earbuds w/ the bleak client. Have no issues connecting or reading characteristics w/ the bleak client, just not able to pair. Also have tried pairing some peripheral samples from Nordic on an nrf5340 dev kit with no luck. However, I am able to pair these devices using bluetoothctl w/o any issues.
What I Did
Below is my test script for attempting to pair a device:
Corresponding script output:
Logs
Below is a relevant dbus log captured running the following command after client.is_connected returns True.
$ sudo busctl monitor org.bluez
The text was updated successfully, but these errors were encountered: