From 7f57c2d8d6900c985c149e1801ffc1f766cb409e Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Mon, 30 Oct 2006 14:14:03 +0000 Subject: Add description of GetRemoteServiceRecordAsXML method --- hcid/dbus-api.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'hcid/dbus-api.txt') diff --git a/hcid/dbus-api.txt b/hcid/dbus-api.txt index e309a87c..2ff55d90 100644 --- a/hcid/dbus-api.txt +++ b/hcid/dbus-api.txt @@ -838,6 +838,16 @@ Methods string GetAddress() org.bluez.Error.InProgress org.bluez.Error.Failed + string GetRemoteServiceRecordAsXML(string address, uint32 handle) + + This method will request the SDP database of a remote + device for a service record and return its data in XML + format. + + Possible errors: org.bluez.Error.InvalidArguments + org.bluez.Error.InProgress + org.bluez.Error.Failed + Signals void ModeChanged(string mode) If the current mode is changed with SetMode this signal -- cgit