From e98901f298113096accc83c800192ce317ec6a3c Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 5 Sep 2006 21:23:05 +0000 Subject: [PATCH] Document GetRemoteServiceRecord method --- hcid/dbus-api.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hcid/dbus-api.txt b/hcid/dbus-api.txt index 39d0efd0d..40e25733e 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)