summaryrefslogtreecommitdiffstats
path: root/bluetooth/bluetooth.h
diff options
context:
space:
mode:
Diffstat (limited to 'bluetooth/bluetooth.h')
-rw-r--r--bluetooth/bluetooth.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/bluetooth/bluetooth.h b/bluetooth/bluetooth.h
index 6cef0ce..b79e0f4 100644
--- a/bluetooth/bluetooth.h
+++ b/bluetooth/bluetooth.h
@@ -71,6 +71,7 @@ class Bluetooth : public QObject
void discovery_command(bool);
void populateDeviceList(QJsonObject data);
void processDeviceChangesEvent(QJsonObject data);
+ void processAdapterChangesEvent(QJsonObject data);
// slots
void onConnected();
@@ -86,6 +87,7 @@ class Bluetooth : public QObject
QMap<QString, QString> uuids;
const QStringList events {
+ "adapter_changes",
"device_changes",
"agent",
};