summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qlowenergyserviceprivate_p.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/qlowenergyserviceprivate_p.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/qlowenergyserviceprivate_p.h')
-rw-r--r--src/bluetooth/qlowenergyserviceprivate_p.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bluetooth/qlowenergyserviceprivate_p.h b/src/bluetooth/qlowenergyserviceprivate_p.h
index b4ce96c5..e2836fa4 100644
--- a/src/bluetooth/qlowenergyserviceprivate_p.h
+++ b/src/bluetooth/qlowenergyserviceprivate_p.h
@@ -80,6 +80,8 @@ public:
QPointer<QLowEnergyControllerNewPrivate> controller;
};
+Q_DECLARE_METATYPE(QSharedPointer<QLowEnergyServicePrivate>)
+
QT_END_NAMESPACE
#endif // QLOWENERGYSERVICEPRIVATE_P_H