Diff between 12947cc943b6e89a70f37eaf716a6a7d269fec6a and 5ff223e970936c7bf8f72a7540d6b99054e19508

Changed Files

File Additions Deletions Status
doc/gatt-api.txt +6 -7 modified

Full Patch

diff --git a/doc/gatt-api.txt b/doc/gatt-api.txt
index 0f6b084..95603fc 100644
--- a/doc/gatt-api.txt
+++ b/doc/gatt-api.txt
@@ -65,13 +65,12 @@ Properties	string UUID [read-only]
 		array{string} Flags [read-only, optional]
 
 			Defines how the characteristic value can be used. See
-			Core spec page 1898, "Table 3.5: Characteristic
-			Properties bit field" and page 1900, "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".
+			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".
 
 
 Characteristic Descriptors hierarchy