summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2021-09-28 15:42:46 -0700
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2021-09-28 15:42:46 -0700
commit1abf1400fa18e70a9085be7864f68f7c054fca14 (patch)
treea0f4e8015e0551fac6d8bfb52fbfbfdbc7654d27 /doc
parent756fbd5ebd027a176afc7318d7264e2afa03d4e3 (diff)
downloadbluez-1abf1400fa18e70a9085be7864f68f7c054fca14.tar.gz
gatt-api: Add MTU property to GattCharacteristic1
This adds MTU properyt to GattCharacteristic1 which can be used in order to determine how much data can be read/write using non-long procedures which sometimes is the only thing the remote device supports. Fixes: https://github.com/bluez/bluez/issues/199
Diffstat (limited to 'doc')
-rw-r--r--doc/gatt-api.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/gatt-api.txt b/doc/gatt-api.txt
index 04789c6d3..120b23d1a 100644
--- a/doc/gatt-api.txt
+++ b/doc/gatt-api.txt
@@ -281,6 +281,12 @@ Properties string UUID [read-only]
shall be used which will cause the allocated handle to
be set once registered.
+ uint16 MTU [read-only]
+
+ Characteristic MTU, this is valid both for ReadValue
+ and WriteValue but either method can use long
+ procedures when supported.
+
Characteristic Descriptors hierarchy
====================================