summaryrefslogtreecommitdiff
path: root/doc/gatt-api.txt
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@intel.com>2014-03-28 14:24:12 +0200
committerJohan Hedberg <johan.hedberg@intel.com>2014-03-28 14:24:12 +0200
commit763b079dd86d8f86a67ceabccff68f18cadeaf68 (patch)
tree4f045c73d7de412f9e9456ef511109f7dabbd046 /doc/gatt-api.txt
parent5ff223e970936c7bf8f72a7540d6b99054e19508 (diff)
downloadbluez-763b079dd86d8f86a67ceabccff68f18cadeaf68.tar.gz
doc/gatt: Make allowed flags list more readable
Diffstat (limited to 'doc/gatt-api.txt')
-rw-r--r--doc/gatt-api.txt15
1 files changed, 11 insertions, 4 deletions
diff --git a/doc/gatt-api.txt b/doc/gatt-api.txt
index 95603fc9a..deb519b22 100644
--- a/doc/gatt-api.txt
+++ b/doc/gatt-api.txt
@@ -67,10 +67,17 @@ Properties string UUID [read-only]
Defines how the characteristic value can be used. See
Core spec "Table 3.5: Characteristic Properties bit
field", and "Table 3.8: Characteristic Extended
- Properties bit field". Allowed values: "broadcast",
- "read", "write-without-response", "write", "notify",
- "indicate", "authenticated-signed-writes",
- "reliable-write", and "writable-auxiliaries".
+ Properties bit field". Allowed values:
+
+ "broadcast"
+ "read"
+ "write-without-response"
+ "write"
+ "notify"
+ "indicate"
+ "authenticated-signed-writes"
+ "reliable-write"
+ "writable-auxiliaries"
Characteristic Descriptors hierarchy