diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2007-01-16 08:56:30 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2007-01-16 08:56:30 +0000 |
commit | 3562f542debf739d121449fad41e0a9b2e5f61a0 (patch) | |
tree | 59e225b0af6c3018e8448f5bdbb4140ad3c8bad6 /hcid/dbus-api.txt | |
parent | 1f51c533f3036261159f482a4564fcbb664f37c8 (diff) |
Add skeleton for FindService method
Diffstat (limited to 'hcid/dbus-api.txt')
-rw-r--r-- | hcid/dbus-api.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/hcid/dbus-api.txt b/hcid/dbus-api.txt index 4716e254..6fd2fdb5 100644 --- a/hcid/dbus-api.txt +++ b/hcid/dbus-api.txt @@ -167,6 +167,14 @@ Methods uint32 InterfaceVersion() org.bluez.Error.Failed org.bluez.Error.OutOfMemory + string FindService(string pattern) + + Returns object path for the specified service. Valid + patterns are well known or unique bus names. + + Possible errors: org.bluez.Error.InvalidArguments + org.bluez.Error.NoSuchService + array{string} ListServices() Returns list of object paths of current services. |