Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.10.0
-
Windows 10
-
b5e90f9e554997254fb54255339578e92234d5bb
Description
Calling
QBluetoothDeviceDiscoveryAgent::start(QBluetoothDeviceDiscoveryAgent::ClassicMethod)
on Windows doesn't finish when there is no classic device which can be found. Calling
QBluetoothDeviceDiscoveryAgent::start()
instead works fine, even when there is also no device which can be discovered.
Can be reproduced with the BTScanner example, when changing the first line in method DeviceDiscoveryDialog::startScan() appropriate.