Diff between 6b068eb7ea185a1e5729b33770534913a343e1de and fe2cf29b3bddb7c77022044b074b2da418fc8e6a
Changed Files
| File | Additions | Deletions | Status |
| doc/gatt-api.txt | +12 | -0 | modified |
Full Patch
diff --git a/doc/gatt-api.txt b/doc/gatt-api.txt
index 8db35f2..d832c73 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
================