summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@qt.io>2017-06-14 08:36:20 +0200
committerAlex Blasche <alexander.blasche@qt.io>2017-06-14 08:09:44 +0000
commit4850fe703538088cf3fab129e20d2fad404059d8 (patch)
tree7c8d813aa583bfeb620b1d29b77b69865e97e1f7 /tests
parentcdfd123e35c721e8062152783a661afbff4359fe (diff)
bttestui is a classic Bluetooth example - no need to do BTLE search
Change-Id: I02c3ffe517edd43624a743818dc98c5ca8135f31 Reviewed-by: Denis Shienkov <denis.shienkov@gmail.com> Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/bttestui/btlocaldevice.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bttestui/btlocaldevice.cpp b/tests/bttestui/btlocaldevice.cpp
index 4410a66d..77696853 100644
--- a/tests/bttestui/btlocaldevice.cpp
+++ b/tests/bttestui/btlocaldevice.cpp
@@ -276,7 +276,7 @@ void BtLocalDevice::startDiscovery()
{
if (deviceAgent) {
qDebug() << "###### Starting device discovery process";
- deviceAgent->start();
+ deviceAgent->start(QBluetoothDeviceDiscoveryAgent::ClassicMethod);
}
}