summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qlowenergydescriptor.cpp
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@theqtcompany.com>2015-03-30 12:43:01 +0200
committerAlex Blasche <alexander.blasche@theqtcompany.com>2015-04-10 07:46:32 +0000
commit9170697287050f1b8210cb2298389b4b78f9e962 (patch)
treef9587559c96d7c45532a34b8fc53663b03b325e5 /src/bluetooth/qlowenergydescriptor.cpp
parent4ed0678f93d7fc6a9d0d43dfdfe6608e827eb176 (diff)
Add ability to read characteristics and descriptors
This patch introduces the new API elements without any implementation. Change-Id: Ia2a4d4c588f2f2f219288967ed9cc69b13b682c6 Reviewed-by: Timur Pocheptsov <Timur.Pocheptsov@digia.com>
Diffstat (limited to 'src/bluetooth/qlowenergydescriptor.cpp')
-rw-r--r--src/bluetooth/qlowenergydescriptor.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bluetooth/qlowenergydescriptor.cpp b/src/bluetooth/qlowenergydescriptor.cpp
index df044573..16b5b02b 100644
--- a/src/bluetooth/qlowenergydescriptor.cpp
+++ b/src/bluetooth/qlowenergydescriptor.cpp
@@ -237,8 +237,8 @@ QLowEnergyHandle QLowEnergyDescriptor::handle() const
/*!
Returns the cached value of the descriptor.
- A descriptor value may be updated using
- \l QLowEnergyService::writeDescriptor().
+ The cached descriptor value may be updated using
+ \l QLowEnergyService::writeDescriptor() or \l QLowEnergyService::readDescriptor().
*/
QByteArray QLowEnergyDescriptor::value() const
{