summaryrefslogtreecommitdiffstats
path: root/src/android/bluetooth
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@theqtcompany.com>2014-12-03 14:19:48 +0100
committerAlex Blasche <alexander.blasche@theqtcompany.com>2014-12-04 09:35:31 +0100
commit90491cb94b5aaad8c9aded106fea0aba09ac4be9 (patch)
treebe2e5bc76035a99932caf011e407813ab33ce31b /src/android/bluetooth
parent01ea948742b649ad482c2e3e6d914fc1ac5f4917 (diff)
Don't update cached char value when property is not readable
In addition we update the documentation to reflect the slightly changed API behavior. Change-Id: Ieddee750aa35a32d3c01213dfbf678ee2a1d88d7 Reviewed-by: Timur Pocheptsov <Timur.Pocheptsov@digia.com> Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
Diffstat (limited to 'src/android/bluetooth')
-rw-r--r--src/android/bluetooth/src/org/qtproject/qt5/android/bluetooth/QtBluetoothLE.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/android/bluetooth/src/org/qtproject/qt5/android/bluetooth/QtBluetoothLE.java b/src/android/bluetooth/src/org/qtproject/qt5/android/bluetooth/QtBluetoothLE.java
index 748d709e..b9f7e184 100644
--- a/src/android/bluetooth/src/org/qtproject/qt5/android/bluetooth/QtBluetoothLE.java
+++ b/src/android/bluetooth/src/org/qtproject/qt5/android/bluetooth/QtBluetoothLE.java
@@ -919,7 +919,7 @@ public class QtBluetoothLE {
into two operations. BluetoothGatt.enableCharacteristicNotification
ensures the local Blueooth stack forwards the notifications. In addition,
BluetoothGattDescriptor.setValue(BluetoothGattDescriptor.ENABLE_NOTIFICATION_VALUE)
- must be written to the peripheral
+ must be written to the peripheral.
*/