summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qlowenergyservice.cpp
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@digia.com>2014-09-05 11:58:40 +0200
committerAlex Blasche <alexander.blasche@digia.com>2014-09-08 14:40:31 +0200
commit877420119f320136f72e70c456b504c5f8af24f8 (patch)
treece6f10fc2e4b07b6680927af323b18980fc1c9ca /src/bluetooth/qlowenergyservice.cpp
parent17d9b0d5bf5630a403345221309adc615b59db77 (diff)
Misc TODO and test fixes
1.) Use updateValueOf*() where possible to channel all value changes through the same gate. 2.) BTLE connects have a much larger timeout when the remote device is not present. The device discovery could still turn up this device due to existing pairing information. 3.) Remove obsolete write long characteristic TODO Change-Id: I5b5815b0c3b99f8c4f87e0f1747ac6f1e274e592 Reviewed-by: Fabian Bumberger <fbumberger@rim.com>
Diffstat (limited to 'src/bluetooth/qlowenergyservice.cpp')
-rw-r--r--src/bluetooth/qlowenergyservice.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bluetooth/qlowenergyservice.cpp b/src/bluetooth/qlowenergyservice.cpp
index 9136f83b..f52f2dc3 100644
--- a/src/bluetooth/qlowenergyservice.cpp
+++ b/src/bluetooth/qlowenergyservice.cpp
@@ -498,7 +498,6 @@ void QLowEnergyService::writeCharacteristic(
const QByteArray &newValue, QLowEnergyService::WriteMode mode)
{
//TODO check behavior when writing to WriteSigned characteristic
- //TODO add support for write long characteristic value (newValue.size() > MTU - 3)
Q_D(QLowEnergyService);
// not a characteristic of this service