From c4f49954f44f66e88df64207437c9d3a0c0be49a Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 9 May 2007 07:06:04 +0000 Subject: Add FinishRemoteServiceTransaction method description --- hcid/dbus-api.txt | 8 ++++++++ 1 file changed, 8 insertions(+) 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). -- cgit