From 5ff223e970936c7bf8f72a7540d6b99054e19508 Mon Sep 17 00:00:00 2001 From: Claudio Takahasi Date: Thu, 27 Mar 2014 10:35:44 -0300 Subject: [PATCH] doc: Remove Core SPEC page number from gatt-api.txt Remove Core SPEC page number from the API document to avoid wrong page reference when the SPEC changes. --- doc/gatt-api.txt | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/doc/gatt-api.txt b/doc/gatt-api.txt index 0f6b08418..95603fc9a 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 -- 2.47.3