summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qlowenergyservice.h
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@digia.com>2014-06-19 15:05:39 +0200
committerAlex Blasche <alexander.blasche@digia.com>2014-06-20 16:55:21 +0200
commit0576823fc0c4595208b3569e804224534fd3ec72 (patch)
tree23d709859be332262fba5e97a88d253b5e13da06 /src/bluetooth/qlowenergyservice.h
parent0a2838e25e5be4779ea719a3a68d62eff2150d45 (diff)
Send and process ReadByType request/responses
The characteristic information is not yet incorporated into the internal QLEService data strcutures. This change introduces the concept of a pending request queue to be able to refer to the request's context information when processing the response. Change-Id: Id699856543b0fd3a8471721b48679f917096a99b 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 4ea1dabb..a140b0e1 100644
--- a/src/bluetooth/qlowenergyservice.h
+++ b/src/bluetooth/qlowenergyservice.h
@@ -65,7 +65,7 @@ public:
enum ServiceState {
InvalidService = 0, // when underlying controller disconnects
DiscoveryRequired, // we know start/end handle but nothing more
- DiscoveringService, // discoverDetails() called and running
+ DiscoveringServices,// discoverDetails() called and running
ServiceDiscovered, // all details have been synchronized
};