From fe2cf29b3bddb7c77022044b074b2da418fc8e6a Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Mon, 27 Apr 2015 10:40:47 +0300 Subject: [PATCH] doc/gatt-api: Add Flags property to GattDescriptor This adds Flags property to GattDescriptor so the server can define permissions and authentication requirements for descriptors. --- doc/gatt-api.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/doc/gatt-api.txt b/doc/gatt-api.txt index 8db35f233..d832c7316 100644 --- a/doc/gatt-api.txt +++ b/doc/gatt-api.txt @@ -210,6 +210,18 @@ Properties string UUID [read-only] gets updated only after a successful read request, upon which a PropertiesChanged signal will be emitted. + array{string} Flags [read-only] + + Defines how the descriptor value can be used. + + Possible values: + + "read" + "write" + "encrypt-read" + "encrypt-write" + "encrypt-authenticated-read" + "encrypt-authenticated-write" Profile hierarcy ================ -- 2.47.3