David Lechner
David Lechner
Thanks for the report. This is the first time, if I recall correctly, we've had an actual use case for the services changed event like this. I would be nice...
Can you give a complete example code and any other information needed to reproduce the problem?
From what I can see in the logs, in the unsuccessful attempt, the connection is actually successful, but as soon as Windows tries to enable encryption, the device disconnects. ...
Does this charcateristic actually support notifications? You can tell by running the service explorer example. And I would suggest logging Bluetooth packets (see troubleshooting page in the docs) to see...
I cannot get https://github.com/PunchThrough/espresso-ble/blob/master/ble.py to run on Raspbian Bullseye. Can you please provide a working test case?
Can you describe the intended use for this feature? Typically, with Bleak, we always scan and then connect.
I'm not sure I fully understand. You are saying that the restriction is with scanning, but the change is in `BleakClient`, not `BleakScanner`.
> 1. When using auto_connect = True android blocks until device is available. This is how all other OSes work, so it sounds like we want `auto_connect = True` all...
For me, the answer was in `less /var/log/vnetlib`. ```console Subnet on vmnet8 is no longer available for usage, please run the network editor to reconfigure different subnet ``` I changed...
Hmm... There doesn't seem like a deterministic way to figure out which mode will connect. So even if this works for your specific device, I worry that this change could...