From: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> This adds Flags property to GattDescriptor so the server can define permissions and authentication requirements for descriptors. --- doc/gatt-api.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/doc/gatt-api.txt b/doc/gatt-api.txt index 8db35f2..8459430 100644 --- a/doc/gatt-api.txt +++ b/doc/gatt-api.txt @@ -210,6 +210,20 @@ 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-without-response" + "write" + "authenticated-signed-writes" + "encrypt-read" + "encrypt-write" + "encrypt-authenticated-read" + "encrypt-authenticated-write" Profile hierarcy ================ -- 2.1.0 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html