summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2007-05-09 07:06:04 +0000
committerMarcel Holtmann <marcel@holtmann.org>2007-05-09 07:06:04 +0000
commitc4f49954f44f66e88df64207437c9d3a0c0be49a (patch)
tree67c2750fd103a71f315af6e98294ce85900b0f57
parent2349a0b07a08587f017cca9ae5cd9065c49db051 (diff)
Add FinishRemoteServiceTransaction method description
-rw-r--r--hcid/dbus-api.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/hcid/dbus-api.txt b/hcid/dbus-api.txt
index 1e72c8d4..91e610f2 100644
--- a/hcid/dbus-api.txt
+++ b/hcid/dbus-api.txt
@@ -961,6 +961,14 @@ Methods dict GetInfo()
org.bluez.Error.InProgress
org.bluez.Error.Failed
+ void FinishRemoteServiceTransaction(string address)
+
+ This method will finish all SDP transaction for that
+ given address. In general this call is not needed,
+ but in cases of resources restricted devices it
+ is useful to call this to finish the SDP transaction
+ before proceeded with profile specific connections.
+
array{string} ListRemoteDevices()
List addresses of all known remote devices (seen, used or bonded).