diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2006-09-05 21:23:05 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2006-09-05 21:23:05 +0000 |
commit | e98901f298113096accc83c800192ce317ec6a3c (patch) | |
tree | 81c58ed350e99bd9b03a4855367c04c688c71e5d /hcid | |
parent | f9bcc65e518d3439770c81242cac01579faa1a4a (diff) |
Document GetRemoteServiceRecord method
Diffstat (limited to 'hcid')
-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 39d0efd0..40e25733 100644 --- a/hcid/dbus-api.txt +++ b/hcid/dbus-api.txt @@ -703,6 +703,11 @@ Methods string GetAddress() This method will request the SDP database of a remote device and retrieve the service record handles. + array{byte} GetRemoteServiceRecord(string address, uint32 handle) + + This method will request the SDP database of a remote + device for a service record and return the binary + stream of it. Signals void ModeChanged(string mode) |