diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2007-06-14 09:29:53 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2007-06-14 09:29:53 +0000 |
commit | 9d1a7f6c590fc40315f74e710e88bcda85d7f7ba (patch) | |
tree | 32e9afc0390a6f0ee4e0e28853ef87bf68d06c47 | |
parent | f6ca761e65a9318e0173ade27501fb41604ee14c (diff) |
Add GetRemoteServiceIdentifiers method
-rw-r--r-- | hcid/dbus-api.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hcid/dbus-api.txt b/hcid/dbus-api.txt index db319bbd..2a2e9677 100644 --- a/hcid/dbus-api.txt +++ b/hcid/dbus-api.txt @@ -963,6 +963,11 @@ Methods dict GetInfo() org.bluez.Error.InProgress org.bluez.Error.Failed + array{string} GetRemoteServiceIdentifiers(string address) + + Possible errors: org.bluez.Error.InProgress + org.bluez.Error.Failed + void FinishRemoteServiceTransaction(string address) This method will finish all SDP transaction for that |