summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qlowenergycontroller_bluez.cpp
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@theqtcompany.com>2016-01-25 17:37:22 +0100
committerAlex Blasche <alexander.blasche@theqtcompany.com>2016-01-26 07:31:02 +0000
commitf9d1962595237dab3e1162e14cccaefda919f1ca (patch)
tree2fa4964028fa7c3426e7ac7fb059d17ae2b4c4bc /src/bluetooth/qlowenergycontroller_bluez.cpp
parent859751397cc542b910e8ae52c48ef823fe287026 (diff)
Bluetooth: Print warning to indicate that signed write is unimplemented.
Change-Id: I93e9bd7fb3cf7d683907cd4ad6bc5f4781af91ae Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
Diffstat (limited to 'src/bluetooth/qlowenergycontroller_bluez.cpp')
-rw-r--r--src/bluetooth/qlowenergycontroller_bluez.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bluetooth/qlowenergycontroller_bluez.cpp b/src/bluetooth/qlowenergycontroller_bluez.cpp
index 970c4440..cb3d805d 100644
--- a/src/bluetooth/qlowenergycontroller_bluez.cpp
+++ b/src/bluetooth/qlowenergycontroller_bluez.cpp
@@ -2457,6 +2457,7 @@ void QLowEnergyControllerPrivate::handleWriteRequestOrCommand(const QByteArray &
return;
}
// const QByteArray signature = packet.right(12);
+ qCWarning(QT_BT_BLUEZ) << "signed write not implemented, ignoring.";
return; // TODO: Check signature and continue if it's valid. Check and update sign counter.
valueLength = packet.count() - 15;
} else {