summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qlowenergycontroller.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bluetooth/qlowenergycontroller.h')
-rw-r--r--src/bluetooth/qlowenergycontroller.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bluetooth/qlowenergycontroller.h b/src/bluetooth/qlowenergycontroller.h
index bfdfe25c..4f49acb5 100644
--- a/src/bluetooth/qlowenergycontroller.h
+++ b/src/bluetooth/qlowenergycontroller.h
@@ -63,7 +63,7 @@ public:
QList<QLowEnergyServiceInfo> services() const;
void connectToService(const QLowEnergyServiceInfo &leService);
void disconnectFromService(const QLowEnergyServiceInfo &leService = QLowEnergyServiceInfo());
- void enableNotifications(const QLowEnergyCharacteristicInfo &characteristic);
+ bool enableNotifications(const QLowEnergyCharacteristicInfo &characteristic);
void disableNotifications(const QLowEnergyCharacteristicInfo &characteristic);
Q_SIGNALS: