From e2bf1cb9f435d2d985cb3b219db7a8756bdf7f9b Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Mon, 13 Mar 2006 18:53:13 +0000 Subject: Define the Release method for the PasskeyAgent interface --- hcid/dbus-api.txt | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'hcid/dbus-api.txt') diff --git a/hcid/dbus-api.txt b/hcid/dbus-api.txt index b8bc5eb1..c5bbfaef 100644 --- a/hcid/dbus-api.txt +++ b/hcid/dbus-api.txt @@ -780,6 +780,14 @@ Methods string Request(string path, string address) Possible errors: org.bluez.Error.Rejected org.bluez.Error.Canceled + void Release(string path) + + This method gets called when the service daemon + unregisters a passkey agent. An agent can use + it to do cleanup tasks. There is no need to + unregister the agent, because when this method + gets called it has already been unregistered. + RFCOMM hierarchy ================ -- cgit