summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qlowenergycharacteristic.h
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@digia.com>2014-07-10 14:32:42 +0200
committerAlex Blasche <alexander.blasche@digia.com>2014-07-16 08:28:44 +0200
commit8bf7e9986e359df46bb351dfb76e4140d9b04da7 (patch)
tree0c55a5ddb5e258d34b853f9880cb48b4d2557156 /src/bluetooth/qlowenergycharacteristic.h
parentda06842d9382147ba8ea3cb77928c75ca7721a63 (diff)
Port HeartRateListener Example to new API.
Change-Id: If3af869a8e5d380592d24b7482ff8eb34a11e6a0 Reviewed-by: Fabian Bumberger <fbumberger@rim.com>
Diffstat (limited to 'src/bluetooth/qlowenergycharacteristic.h')
-rw-r--r--src/bluetooth/qlowenergycharacteristic.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bluetooth/qlowenergycharacteristic.h b/src/bluetooth/qlowenergycharacteristic.h
index 65f59c7a..51cb70e6 100644
--- a/src/bluetooth/qlowenergycharacteristic.h
+++ b/src/bluetooth/qlowenergycharacteristic.h
@@ -87,6 +87,7 @@ public:
QLowEnergyCharacteristic::PropertyTypes properties() const;
QLowEnergyHandle handle() const;
+ // TODO: Simplify obtaining descriptor (e.g. via uuid)
QList<QLowEnergyDescriptor> descriptors() const;
bool isValid() const;