summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/bluetooth.pro
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@digia.com>2014-06-17 16:55:08 +0200
committerAlex Blasche <alexander.blasche@digia.com>2014-06-17 17:25:20 +0200
commit19714b30f9dff135f4b831895ce2ac518554e2c6 (patch)
treed4f5fbe1217ff167d3468f3d44f7d6267cf07f05 /src/bluetooth/bluetooth.pro
parent50e7588d6d2b4a21b2c4aebc0417b5cfcd8a9c03 (diff)
Push improved API.
QLowEnergyService represents each single service on the remote BTLE device. QLowEnergyControllerNew acts as factory for QLowEnergyService instances. Change-Id: I07c6bfae6d14b73a80e8314f6e8471285fccf069 Reviewed-by: Fabian Bumberger <fbumberger@rim.com>
Diffstat (limited to 'src/bluetooth/bluetooth.pro')
-rw-r--r--src/bluetooth/bluetooth.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bluetooth/bluetooth.pro b/src/bluetooth/bluetooth.pro
index b8f241c9..e2663df0 100644
--- a/src/bluetooth/bluetooth.pro
+++ b/src/bluetooth/bluetooth.pro
@@ -24,6 +24,7 @@ PUBLIC_HEADERS += \
qbluetoothtransfermanager.h \
qbluetoothtransferrequest.h \
qlowenergyserviceinfo.h \
+ qlowenergyservice.h \
qlowenergycharacteristicinfo.h \
qlowenergydescriptorinfo.h \
qbluetoothtransferreply.h \
@@ -66,6 +67,7 @@ SOURCES += \
qbluetoothtransferrequest.cpp \
qbluetoothtransferreply.cpp \
qlowenergyserviceinfo.cpp \
+ qlowenergyservice.cpp \
qlowenergycharacteristicinfo.cpp \
qlowenergydescriptorinfo.cpp \
qlowenergycontroller.cpp \