Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.8.0 Alpha
-
None
-
-
722f6a879471cf652ce7232414650c051cf62867
Description
A mail from a customer implies that it should be possible to detect other bluetooth devices without windows being paired:
Within WinRT, outside of Qt entirely, the class BluetoothLEAdvertisementWatcher
is able to detect BLE device advertising packets even if the device has not been
paired with the OS. This is the kind of behavior we are looking for.
Of course, we will also want to be able to connect to services on
the advertising BLE device and communicate with them.
This needs to be investigated and fixed if the option is indeed available.