diff options
| author | Marcel Holtmann <marcel@holtmann.org> | 2006-03-13 18:53:13 +0000 | 
|---|---|---|
| committer | Marcel Holtmann <marcel@holtmann.org> | 2006-03-13 18:53:13 +0000 | 
| commit | e2bf1cb9f435d2d985cb3b219db7a8756bdf7f9b (patch) | |
| tree | cb9fbf563b9c8f866b80c4c805ed8d248422a085 | |
| parent | 136c312a20ed0b1f5b244c4c3bec991901a64fdf (diff) | |
Define the Release method for the PasskeyAgent interface
| -rw-r--r-- | hcid/dbus-api.txt | 8 | 
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  ================ | 
