David Lechner

Results 1570 comments of David Lechner

Can you please try the branch from #1143?

> I tried that and got the same result. If you got the exact same logs, then you did not run the correct code. The pull request branch should no...

Can you share the wireshark logs?

Does this still happen with the current `develop` branch? Can you share the code to reproduce the problem? It sound like there is nothing keeping the BleakClient async context manager...

So far, most people who have reported problems on Windows and included Bluetooth radio info have mentioned they have an Intel Bluetooth chip.

You haven't shared any code. Are we sure that the code isn't just telling the device to disconnect in your case (e.g. using the BleakClient context manager with nothing to...

You could try logging Bluetooth packets to see what triggers the disconnect, it could be either the remote device or Windows.

If BlueZ disconnects from a device early, it is usually because of a poorly configured device that is sending unexpected responses. You can log Bluetooth packets using `hcidump` and view...

> but I figured that was due to an error (or faulty configuration) on the onboard chip. In that case It also seems weird that it behaves normally when using...

> Do you know what the response to this reqeust should be? a "LE Read Remote Features" response.