Skip to content

Commit

Permalink
doc/gatt-api: Add Flags property to GattDescriptor
Browse files Browse the repository at this point in the history
This adds Flags property to GattDescriptor so the server can define
permissions and authentication requirements for descriptors.
  • Loading branch information
Vudentz committed Apr 28, 2015
1 parent 6b068eb commit fe2cf29
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions doc/gatt-api.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
================
Expand Down

0 comments on commit fe2cf29

Please sign in to comment.