From 658183e0b1b27b3c935a9a19f21de0e3e677a70b Mon Sep 17 00:00:00 2001 From: Nedim Hadzic Date: Wed, 23 Oct 2013 17:33:36 +0200 Subject: 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 --- src/bluetooth/qlowenergycontroller.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bluetooth/qlowenergycontroller.h') 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 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: -- cgit v1.2.3