summaryrefslogtreecommitdiffstats
path: root/hcid/dbus-api.txt
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2007-01-16 08:30:59 +0000
committerMarcel Holtmann <marcel@holtmann.org>2007-01-16 08:30:59 +0000
commitd47242d2f0ff67dd00c5fe3c48dae902486d7b5a (patch)
tree5c507181afb4639c40addcfdb5195484c13729d1 /hcid/dbus-api.txt
parent5a394b7317a2bb3437c88a955319107da4521dcd (diff)
Use ServiceAdded and ServiceRemoved signals
Diffstat (limited to 'hcid/dbus-api.txt')
-rw-r--r--hcid/dbus-api.txt9
1 files changed, 4 insertions, 5 deletions
diff --git a/hcid/dbus-api.txt b/hcid/dbus-api.txt
index 6c0896d6..84a027b4 100644
--- a/hcid/dbus-api.txt
+++ b/hcid/dbus-api.txt
@@ -167,10 +167,9 @@ Methods uint32 InterfaceVersion()
org.bluez.Error.Failed
org.bluez.Error.OutOfMemory
- array{string} ListServices() [experimental]
+ array{string} ListServices()
- Returns list of object paths of registered
- service agents.
+ Returns list of object paths of current services.
Possible errors: org.bluez.Error.InvalidArguments
@@ -232,11 +231,11 @@ Signals void AdapterAdded(string path)
Parameter is object path of the new default adapter.
- void ServiceRegistered(string path) [experimental]
+ void ServiceAdded(string path)
Parameter is object path of registered service agent.
- void ServiceUnregistered(string path) [experimental]
+ void ServiceRemoved(string path)
Parameter is object path of unregistered service agent.