summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothdevicediscoveryagent_p.h
diff options
context:
space:
mode:
authorOliver Wolff <oliver.wolff@qt.io>2016-08-08 10:47:21 +0200
committerOliver Wolff <oliver.wolff@qt.io>2016-08-09 06:57:54 +0000
commit971c898235d3f48a6b33a17359cd3d644b9f8b5f (patch)
tree02e9c8acfa149c6d7f44e6b5f92bf89c7eda67c9 /src/bluetooth/qbluetoothdevicediscoveryagent_p.h
parentefaa9711183b1a7d518baa89fa74cbe5606a073a (diff)
winrt: Filter devices found by the LE device watcher
It is possible that devices are found by the initial scan and by the device watcher. In this cases the "device found" signal should not be emitted. Change-Id: Ic8aa5a088092adfa8a5b2ea5a3c91350a7897e6a Reviewed-by: Maurice Kalinowski <maurice.kalinowski@qt.io>
Diffstat (limited to 'src/bluetooth/qbluetoothdevicediscoveryagent_p.h')
-rw-r--r--src/bluetooth/qbluetoothdevicediscoveryagent_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bluetooth/qbluetoothdevicediscoveryagent_p.h b/src/bluetooth/qbluetoothdevicediscoveryagent_p.h
index 44a067c5..94d4f50b 100644
--- a/src/bluetooth/qbluetoothdevicediscoveryagent_p.h
+++ b/src/bluetooth/qbluetoothdevicediscoveryagent_p.h
@@ -162,6 +162,7 @@ private:
#ifdef QT_WINRT_BLUETOOTH
private slots:
void onListInitializationCompleted();
+ void onLeDeviceFound(const QBluetoothDeviceInfo &info);
void onScanFinished();
void onScanCanceled();