qt.bluetooth.windows: Could not await characteristic read
Unsolved
Qt 6
-
Hello, I am using the example on this webpage (https://doc.qt.io/qtforpython/examples/example_bluetooth__btscanner.html) and changed it it to connect to a BLE device by adding
ble = QLowEnergyController.createCentral(info) ble.connectToDevice()
when the scan finds a paired device. (I am on Windows10, so I have to pair the device beforehand.) I am receiving the error in the title, and I do not understand why that is happening. Can anyone give me some insight?