summaryrefslogtreecommitdiffstats
path: root/hcid/dbus-api.txt
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2006-03-13 18:53:13 +0000
committerMarcel Holtmann <marcel@holtmann.org>2006-03-13 18:53:13 +0000
commite2bf1cb9f435d2d985cb3b219db7a8756bdf7f9b (patch)
treecb9fbf563b9c8f866b80c4c805ed8d248422a085 /hcid/dbus-api.txt
parent136c312a20ed0b1f5b244c4c3bec991901a64fdf (diff)
Define the Release method for the PasskeyAgent interface
Diffstat (limited to 'hcid/dbus-api.txt')
-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 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
================