summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@theqtcompany.com>2015-05-18 15:32:28 +0200
committerAlex Blasche <alexander.blasche@theqtcompany.com>2015-05-18 13:38:41 +0000
commitfba05edde4fd6699da731ffc05660364df613502 (patch)
tree5587de05bd66cf9feac9e81e542d880ca8e5e12d /src
parent5268e05a26ef4f28ffd7f7f9dc60501f00772794 (diff)
Add new readChar/readDesc symbols for Windows
Change-Id: I40058079da4b19d93298b4630ac23652f2fad4fa Reviewed-by: Timur Pocheptsov <Timur.Pocheptsov@digia.com>
Diffstat (limited to 'src')
-rw-r--r--src/bluetooth/qlowenergycontroller_win.cpp15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/bluetooth/qlowenergycontroller_win.cpp b/src/bluetooth/qlowenergycontroller_win.cpp
index 6e387d21..dd54b202 100644
--- a/src/bluetooth/qlowenergycontroller_win.cpp
+++ b/src/bluetooth/qlowenergycontroller_win.cpp
@@ -162,6 +162,13 @@ void QLowEnergyControllerPrivate::discoverServiceDetails(
}
+void QLowEnergyControllerPrivate::readCharacteristic(
+ const QSharedPointer<QLowEnergyServicePrivate> /*service*/,
+ const QLowEnergyHandle /*charHandle*/)
+{
+
+}
+
void QLowEnergyControllerPrivate::writeCharacteristic(
const QSharedPointer<QLowEnergyServicePrivate> /*service*/,
const QLowEnergyHandle /*charHandle*/,
@@ -171,6 +178,14 @@ void QLowEnergyControllerPrivate::writeCharacteristic(
}
+void QLowEnergyControllerPrivate::readDescriptor(
+ const QSharedPointer<QLowEnergyServicePrivate> /*service*/,
+ const QLowEnergyHandle /*charHandle*/,
+ const QLowEnergyHandle /*descriptorHandle*/)
+{
+
+}
+
void QLowEnergyControllerPrivate::writeDescriptor(
const QSharedPointer<QLowEnergyServicePrivate> /*service*/,
const QLowEnergyHandle /*charHandle*/,