summaryrefslogtreecommitdiff
path: root/doc/gatt-api.txt
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2015-04-27 10:40:47 +0300
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2015-04-28 14:40:03 +0300
commitfe2cf29b3bddb7c77022044b074b2da418fc8e6a (patch)
treec46af247e1e15d997fcf6a6bee0b8f170553b9f1 /doc/gatt-api.txt
parent6b068eb7ea185a1e5729b33770534913a343e1de (diff)
downloadbluez-fe2cf29b3bddb7c77022044b074b2da418fc8e6a.tar.gz
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.
Diffstat (limited to 'doc/gatt-api.txt')
-rw-r--r--doc/gatt-api.txt12
1 files changed, 12 insertions, 0 deletions
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
================