aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorClaudio Takahasi <claudio.takahasi@openbossa.org>2010-09-17 17:09:28 -0300
committerAnderson Lizardo <anderson.lizardo@openbossa.org>2010-09-22 16:32:35 -0400
commitdb17a5390a719225b28b6c5a0791fbb8d7b6b354 (patch)
treeb890c89b5066d6cefef372468daf0134f9656833 /doc
parent580f4cf0256da7fed873a6edc90c0e32c9d5ad91 (diff)
downloadbluez-db17a5390a719225b28b6c5a0791fbb8d7b6b354.tar.gz
Add a new property "Services" on the Device object
Array of object paths representing the remote characteristics based services. This method will be used by D-Bus clients to discover the paths for the services provided under the interface org.bluez.Characteristic.
Diffstat (limited to 'doc')
-rw-r--r--doc/device-api.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/device-api.txt b/doc/device-api.txt
index b8182997..95b5b22c 100644
--- a/doc/device-api.txt
+++ b/doc/device-api.txt
@@ -139,6 +139,10 @@ Properties string Address [readonly]
List of 128-bit UUIDs that represents the available
remote services.
+ array{object} Services [readonly]
+
+ List of characteristics based services.
+
boolean Paired [readonly]
Indicates if the remote device is paired.