Details
-
Suggestion
-
Resolution: Unresolved
-
P2: Important
-
None
-
None
Description
On Windows, Qt Bluetooth classes can currently only be used in the GUI thread:
https://github.com/qt/qtconnectivity/blob/v6.7.2/src/bluetooth/qbluetoothutils_winrt.cpp#L52-L55
This restriction appears to be a leftover from the days when we supported UWP. It would be good to investigate if it's possible to lift this restriction.
(And if it's not possible, it should be documented)