summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothdevicediscoveryagent_p.h
diff options
context:
space:
mode:
authorOliver Wolff <oliver.wolff@qt.io>2019-03-07 12:57:48 +0100
committerOliver Wolff <oliver.wolff@qt.io>2019-03-19 09:50:37 +0000
commitecc177dba5833ebf259d8af7af00a5e86f451fdc (patch)
tree348fc395290768724c49de9aa04397d060954d8e /src/bluetooth/qbluetoothdevicediscoveryagent_p.h
parent09c476732bd79dcfa03bd8273fbd0eafb4b95a53 (diff)
winrt: Implement rssi
Task-number: QTBUG-71943 Change-Id: I5f508c6d858f088d518fc0b3ad9644273f31e2de Reviewed-by: Alex Blasche <alexander.blasche@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 ce31392f..e4370180 100644
--- a/src/bluetooth/qbluetoothdevicediscoveryagent_p.h
+++ b/src/bluetooth/qbluetoothdevicediscoveryagent_p.h
@@ -167,6 +167,7 @@ private:
#ifdef QT_WINRT_BLUETOOTH
private slots:
void registerDevice(const QBluetoothDeviceInfo &info);
+ void updateDeviceRssi(const QBluetoothAddress &address, qint16 rssi);
void onScanFinished();
private: