summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qlowenergycontroller_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/qlowenergycontroller_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/qlowenergycontroller_p.h')
-rw-r--r--src/bluetooth/qlowenergycontroller_p.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/bluetooth/qlowenergycontroller_p.h b/src/bluetooth/qlowenergycontroller_p.h
index 408cc72a..9e2cedbc 100644
--- a/src/bluetooth/qlowenergycontroller_p.h
+++ b/src/bluetooth/qlowenergycontroller_p.h
@@ -112,6 +112,12 @@ public:
const QByteArray &value,
bool appendValue);
+ // read data
+ void readCharacteristic(const QSharedPointer<QLowEnergyServicePrivate> service,
+ const QLowEnergyHandle charHandle);
+ void readDescriptor(const QSharedPointer<QLowEnergyServicePrivate> service,
+ const QLowEnergyHandle charHandle,
+ const QLowEnergyHandle descriptorHandle);
// write data
void writeCharacteristic(const QSharedPointer<QLowEnergyServicePrivate> service,