David Lechner
David Lechner
It doesn't look like anyone has done any Bluetooth packet logging on this yet. Usually that offers insight into what is going on under the hood. https://bleak.readthedocs.io/en/latest/troubleshooting.html#windows-10 You could also...
In the capture, it looks like Windows never attempts to connect to the device. There are only scanning packets. Does it fix the problem if you reboot your computer?
have you tried bleak 0.14.2?
Has anyone tried making the timeout longer? Has anyone tried logging Bluetooth packets?
Can you attach the log so we can see the actual data?
From the log above, we can see that Windows is telling the Bluetooth chip to scan with a filter policy set to 0x01 as expected for connecting. However, there is...
`_acquire_mtu()` is known to not work on all devices, it is only provided as a convenience for the cases where it does work and isn't really possible to make it...
We're getting ready to do a release (probably tomorrow) that includes some troubleshooting tips on making sure the problem isn't [cached device info](https://github.com/hbldh/bleak/blob/develop/docs/troubleshooting.rst#handling-os-caching-of-ble-device-services). Also, there are major changes to the...
Did you try removing the device using `bluetoothctl` ?