summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qlowenergycontroller_p.h
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@theqtcompany.com>2014-11-11 13:27:55 +0100
committerAlex Blasche <alexander.blasche@theqtcompany.com>2014-11-12 15:59:16 +0100
commit2f4269da610083795440545c7f191eea1c9c3c4c (patch)
tree119c6318b7678191af94f8aa1fc72e4572459ebe /src/bluetooth/qlowenergycontroller_p.h
parent51dbe4a457c0bf81b96c898aab5d83b421e7a4f0 (diff)
Support for QLEService::writeCharacteristic() on Android
Currently only the WriteWithResponse mode works and has been tested. Change-Id: I7947b67f737f5878a01704c09d3a9a532a41b820 Reviewed-by: Timur Pocheptsov <Timur.Pocheptsov@digia.com> Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
Diffstat (limited to 'src/bluetooth/qlowenergycontroller_p.h')
-rw-r--r--src/bluetooth/qlowenergycontroller_p.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/bluetooth/qlowenergycontroller_p.h b/src/bluetooth/qlowenergycontroller_p.h
index 1ffeb6b6..92af2cd1 100644
--- a/src/bluetooth/qlowenergycontroller_p.h
+++ b/src/bluetooth/qlowenergycontroller_p.h
@@ -204,6 +204,9 @@ private slots:
const QByteArray& data);
void descriptorRead(const QBluetoothUuid &serviceUuid, const QBluetoothUuid &charUuid,
int handle, const QBluetoothUuid &descUuid, const QByteArray &data);
+ void characteristicWritten(int charHandle, const QByteArray &data,
+ QLowEnergyService::ServiceError errorCode);
+
#endif
private: