summaryrefslogtreecommitdiffstats
path: root/hcid/dbus-api.txt
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2006-05-30 00:21:02 +0000
committerMarcel Holtmann <marcel@holtmann.org>2006-05-30 00:21:02 +0000
commitbf026c430c11a5bc5e7215cf5937e485663a05f0 (patch)
treeaf7906ab1d26ec72620d3839687b223e084d478e /hcid/dbus-api.txt
parentc880e90314f3b7a8c58c1ea19f86974a16375ad3 (diff)
Add dummy method for ListServices
Diffstat (limited to 'hcid/dbus-api.txt')
-rw-r--r--hcid/dbus-api.txt8
1 files changed, 6 insertions, 2 deletions
diff --git a/hcid/dbus-api.txt b/hcid/dbus-api.txt
index cf030b5d..5a0333f2 100644
--- a/hcid/dbus-api.txt
+++ b/hcid/dbus-api.txt
@@ -123,13 +123,17 @@ Methods uint32 InterfaceVersion()
Returns the current interface version. At the moment
only version 0 is supported.
+ string DefaultAdapter()
+
+ Returns object path for the default adapter.
+
array{string} ListAdapters()
Returns list of object paths under /org/bluez/Adapter/
- string DefaultAdapter()
+ array{string} ListServices()
- Returns object path for the default adapter.
+ Returns list of service connection identifiers.
Signals void AdapterAdded(string path)