how to clear QBluetoothDeviceDiscoveryAgent::discoveredDevices() ?
Unsolved
General and Desktop
-
In case of repeating scanning for bluetooth devices with the same QBluetoothDeviceDiscoveryAgent object, it stores found devices in discoveredDevices() list forever - how can it be cleared?
http://code.qt.io/cgit/qt/qtconnectivity.git/commit/?id=5382ada3cb21cfa2721e4f50ced2d288c156018b
statesdiscoveredDevices.clear();
in start() method but doing stop() and then start() for the same QBluetoothDeviceDiscoveryAgent object does not clear this list.