linweifu

Results 1 comments of linweifu

I also encountered the same problem. After debugging, locate the problem to ```bleak\backends\dotnet\client.py``` The ```GattSession.FromDeviceIdAsync(self._requester.BluetoothDeviceId)``` function did not trigger the BluetoothConnectionStatus.Connected event, which caused the ```event.wait()``` to time out. Modify...