summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@digia.com>2014-09-08 12:10:57 +0200
committerAlex Blasche <alexander.blasche@digia.com>2014-09-08 14:40:36 +0200
commit1128d02ab3cfdee794da9037267dec6aeae73374 (patch)
tree9be411a42b2db194fdda3f278d76a72d1df1ae2a
parent381604c616a95c051dbf0e4d881fc98fbaa54b35 (diff)
Add limitations to the API documentation
These limitations are not expected to be fixed during Qt 5.4 release. They are tracked by QTBUG-41174 & QTBUG-41175 Change-Id: Ibc102e35fe5d459f424a704572ec78436ca9d6d6 Reviewed-by: Fabian Bumberger <fbumberger@rim.com>
-rw-r--r--src/bluetooth/qlowenergyservice.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/bluetooth/qlowenergyservice.cpp b/src/bluetooth/qlowenergyservice.cpp
index e9da7941..f8b430e0 100644
--- a/src/bluetooth/qlowenergyservice.cpp
+++ b/src/bluetooth/qlowenergyservice.cpp
@@ -100,6 +100,8 @@ QT_BEGIN_NAMESPACE
signal is emitted. A failure to write triggers the \l CharacteristicWriteError.
Writing a descriptor follows the same pattern.
+ \note Currently, it is not possible to send signed write or reliable write requests.
+
\target notifications
In some cases the peripheral generates value updates which
@@ -488,6 +490,9 @@ bool QLowEnergyService::contains(const QLowEnergyCharacteristic &characteristic)
\l QLowEnergyCharacteristic::Write and \l QLowEnergyCharacteristic::WriteNoResponse
properties.
+ \note Currently, it is not possible to use signed or reliable writes as defined by the
+ Bluetooth specification.
+
A characteristic can only be written if this service is in the \l ServiceDiscovered state,
belongs to the service and is writable.