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.
This commit is contained in:
Luiz Augusto von Dentz 2015-04-27 10:40:47 +03:00
parent 6b068eb7ea
commit fe2cf29b3b

View File

@ -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
================