summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qlowenergycontroller.h
diff options
context:
space:
mode:
authorNedim Hadzic <nhadzic@blackberry.com>2013-10-23 17:33:36 +0200
committerNedim Hadzic <nhadzic@blackberry.com>2013-11-11 17:33:15 +0100
commit658183e0b1b27b3c935a9a19f21de0e3e677a70b (patch)
treec927824d5c4768a0ebcf1172fa06aaef09286444 /src/bluetooth/qlowenergycontroller.h
parentec61d7b9e82e6d653c02df14f34acdba8fc060db (diff)
Additional constructors to QLowEnergyDescriptorInfo class and method modification in QLowEnergyCharacteristicInfo class.
Characteristic notification change and solving the warnings were implemented. Change-Id: I8abec8b580e477578b4bc1dfd1e92e838ef7a372 Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
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: