David Lechner
David Lechner
We have just merged #695 which could make a difference with this issue. Can everyone experiencing this problem please test? If there are still problems, Bluetooth packet captures would be...
I originally did this as a possible solution for #599, but I'm not sure it is the best solution since it requires users to get an error, research the error...
Can you share code for a minimal reproducible example?
I don't know if it will fix the problem, but there are know issues with reusing the same `BleakClient` for multiple connections. To work around this, you could change your...
Since pairing requires communicating with the remote device, I don't see how pairing could be done without connecting first.
The BlueZ D-Bus API docs for "Pair" says: > This method will connect to the remote device, initiate pairing and then retrieve all SDP records (or GATT primary services). And...
> Workaround in use now is to set `_device_path` to `None` in the disconnected callback. Would you like to make a pull request with this fix?
OK. We should probably look at how this works on other operating systems as well. Reusing a `BleakClient` after disconnection probably isn't the best idea anyway. It would be better...
> Forcing a `BleakClient` to forget its device information received from previous scanning is preferable from a Bleak maintainer standpoint, but when you are a user you would like it...
> ok question, how did you get that .CAN log? I just checked the log box on the UAVCAN page.