Fixed discovery speed

This commit is contained in:
Dorian Zedler 2020-10-15 17:20:51 +02:00
parent 45ce9b1cd7
commit 76e457593e
Signed by: dorian
GPG Key ID: D3B255CB8BC7CD37
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ bool QBluetoothLeUart::startScanningForDevices(){
this->availableDevices.clear();
this->setState(Scanning);
this->bluetoothDeviceDiscoveryAgent->start();
this->bluetoothDeviceDiscoveryAgent->start(QBluetoothDeviceDiscoveryAgent::LowEnergyMethod);
return true;
}