diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2006-10-30 14:14:03 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2006-10-30 14:14:03 +0000 |
commit | 7f57c2d8d6900c985c149e1801ffc1f766cb409e (patch) | |
tree | 92a5ab47acd1933801a753dd60dd15365d9136d4 | |
parent | a3845caff59550486be6f96a213900772df830b2 (diff) |
Add description of GetRemoteServiceRecordAsXML method
-rw-r--r-- | hcid/dbus-api.txt | 10 |
1 files changed, 10 insertions, 0 deletions
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 |