summaryrefslogtreecommitdiff
path: root/doc/gatt-api.txt
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2016-03-15 11:20:36 +0200
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2016-03-15 15:21:31 +0200
commit2f3c4b2ff2dcd087ae328efdc86b35234a4ed25e (patch)
tree742eb6323829125033c3a8e6bb97f4d9914c5466 /doc/gatt-api.txt
parent881995925e726ffc9e5c1f0c36aa8365655bd690 (diff)
downloadbluez-2f3c4b2ff2dcd087ae328efdc86b35234a4ed25e.tar.gz
doc/gatt-api: Remove Characteristics and Descriptors properties
These properties are no longer needed since the objects shall be managed with use of ObjectManager both in case of client and server.
Diffstat (limited to 'doc/gatt-api.txt')
-rw-r--r--doc/gatt-api.txt17
1 files changed, 0 insertions, 17 deletions
diff --git a/doc/gatt-api.txt b/doc/gatt-api.txt
index f1940badd..232ffa090 100644
--- a/doc/gatt-api.txt
+++ b/doc/gatt-api.txt
@@ -45,14 +45,6 @@ Properties string UUID [read-only]
belongs to. Only present on services from remote
devices.
- array{object} Characteristics [read-only]
-
- Array of object paths representing the characteristics
- of this service. This property is set only when the
- characteristic discovery has been completed, however the
- characteristic objects will become available via
- ObjectManager as soon as they get discovered.
-
array{object} Includes [read-only]: Not implemented
Array of object paths representing the included
@@ -153,15 +145,6 @@ Properties string UUID [read-only]
"encrypt-authenticated-read"
"encrypt-authenticated-write"
- array{object} Descriptors [read-only]
-
- Array of object paths representing the descriptors
- of this service. This property is set only when the
- descriptor discovery has been completed, however the
- descriptor objects will become available via
- ObjectManager as soon as they get discovered.
-
-
Characteristic Descriptors hierarchy
====================================