diff options
author | Claudio Takahasi <claudio.takahasi@openbossa.org> | 2007-06-15 16:58:13 +0000 |
---|---|---|
committer | Claudio Takahasi <claudio.takahasi@openbossa.org> | 2007-06-15 16:58:13 +0000 |
commit | 9fa7184246b640fef262aa6cd731fcc0dd49f422 (patch) | |
tree | fb4e009bc353b42dd6b2ca4f4dae1ab31c04aa0a /hcid | |
parent | 5df25027b4e328227b5bc709b3cbab990bef36c6 (diff) |
dbus-api: added GetRemoteServiceIdentifiers description
Diffstat (limited to 'hcid')
-rw-r--r-- | hcid/dbus-api.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hcid/dbus-api.txt b/hcid/dbus-api.txt index 2a2e9677..97c6d160 100644 --- a/hcid/dbus-api.txt +++ b/hcid/dbus-api.txt @@ -965,6 +965,10 @@ Methods dict GetInfo() array{string} GetRemoteServiceIdentifiers(string address) + This method will request the SDP database of a remote + device for all supported services. The identifiers are + returned in UUID 128 string format. + Possible errors: org.bluez.Error.InProgress org.bluez.Error.Failed |