summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.