summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qlowenergyserviceprivate_p.h
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@theqtcompany.com>2015-03-31 10:08:02 +0200
committerAlex Blasche <alexander.blasche@theqtcompany.com>2015-04-15 05:43:42 +0000
commiteceb93bda82e45dab9bb85b592533a7d7c5ccac0 (patch)
tree4cdf08b9c08187e45907944a56ce1f8b5c542e2f /src/bluetooth/qlowenergyserviceprivate_p.h
parent3162d33d98a96e506a4d8dfc6813f1fb0fe44c18 (diff)
Bluez: Implement QLES::readCharacteristic()/readDescriptor()
Change-Id: I418db6ea375b8e29def136b28b4fc25154d4ffe8 Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
Diffstat (limited to 'src/bluetooth/qlowenergyserviceprivate_p.h')
-rw-r--r--src/bluetooth/qlowenergyserviceprivate_p.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/bluetooth/qlowenergyserviceprivate_p.h b/src/bluetooth/qlowenergyserviceprivate_p.h
index cc9b452f..a020341f 100644
--- a/src/bluetooth/qlowenergyserviceprivate_p.h
+++ b/src/bluetooth/qlowenergyserviceprivate_p.h
@@ -80,8 +80,12 @@ signals:
void error(QLowEnergyService::ServiceError error);
void characteristicChanged(const QLowEnergyCharacteristic &characteristic,
const QByteArray &newValue);
+ void characteristicRead(const QLowEnergyCharacteristic &info,
+ const QByteArray &value);
void characteristicWritten(const QLowEnergyCharacteristic &characteristic,
const QByteArray &newValue);
+ void descriptorRead(const QLowEnergyDescriptor &info,
+ const QByteArray &value);
void descriptorWritten(const QLowEnergyDescriptor &descriptor,
const QByteArray &newValue);