summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qlowenergyservice.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/qlowenergyservice.h
parentda06842d9382147ba8ea3cb77928c75ca7721a63 (diff)
Port HeartRateListener Example to new API.
Change-Id: If3af869a8e5d380592d24b7482ff8eb34a11e6a0 Reviewed-by: Fabian Bumberger <fbumberger@rim.com>
Diffstat (limited to 'src/bluetooth/qlowenergyservice.h')
-rw-r--r--src/bluetooth/qlowenergyservice.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bluetooth/qlowenergyservice.h b/src/bluetooth/qlowenergyservice.h
index 52ec170f..1250e3a7 100644
--- a/src/bluetooth/qlowenergyservice.h
+++ b/src/bluetooth/qlowenergyservice.h
@@ -79,7 +79,7 @@ public:
QLowEnergyService::ServiceType type() const;
QLowEnergyService::ServiceState state() const;
-
+ // TODO: Simplify obtaining characteristic (e.g. via uuid)
QList<QLowEnergyCharacteristic> characteristics() const;
QBluetoothUuid serviceUuid() const;
QString serviceName() const;