summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/bluez/hcimanager_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bluetooth/bluez/hcimanager_p.h')
-rw-r--r--src/bluetooth/bluez/hcimanager_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bluetooth/bluez/hcimanager_p.h b/src/bluetooth/bluez/hcimanager_p.h
index eb899c79..3bae92e5 100644
--- a/src/bluetooth/bluez/hcimanager_p.h
+++ b/src/bluetooth/bluez/hcimanager_p.h
@@ -91,7 +91,7 @@ signals:
void commandCompleted(quint16 opCode, quint8 status, const QByteArray &data);
void connectionComplete(quint16 handle);
void connectionUpdate(quint16 handle, const QLowEnergyConnectionParameters &parameters);
- void signatureResolvingKeyReceived(quint16 connHandle, const quint128 &csrk);
+ void signatureResolvingKeyReceived(quint16 connHandle, bool remoteKey, const quint128 &csrk);
private slots:
void _q_readNotify();