From 1abf1400fa18e70a9085be7864f68f7c054fca14 Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Tue, 28 Sep 2021 15:42:46 -0700 Subject: 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 --- doc/gatt-api.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc') 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 ==================================== -- cgit v1.2.1