diff --git a/qbluetoothleuart.cpp b/qbluetoothleuart.cpp index 12cb49a..d818c83 100644 --- a/qbluetoothleuart.cpp +++ b/qbluetoothleuart.cpp @@ -42,7 +42,7 @@ bool QBluetoothLeUart::startScanningForDevices(){ this->availableDevices.clear(); this->setState(Scanning); - this->bluetoothDeviceDiscoveryAgent->start(); + this->bluetoothDeviceDiscoveryAgent->start(QBluetoothDeviceDiscoveryAgent::LowEnergyMethod); return true; }