mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-24 20:54:19 +08:00
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:
parent
6b068eb7ea
commit
fe2cf29b3b
@ -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
|
||||
================
|
||||
|
Loading…
Reference in New Issue
Block a user