summaryrefslogtreecommitdiffstats
path: root/hcid/dbus-api.txt
diff options
context:
space:
mode:
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)