diff options
| author | Johan Hedberg <johan.hedberg@nokia.com> | 2006-08-18 19:50:27 +0000 | 
|---|---|---|
| committer | Johan Hedberg <johan.hedberg@nokia.com> | 2006-08-18 19:50:27 +0000 | 
| commit | 85b62c90e8549117769bdee9894073b623ce783c (patch) | |
| tree | bbaf56c7d1cb064f4fc392428c9bc71926a2bbe7 /hcid | |
| parent | 3dec6f11d625a351bae0aada4160f3d2de429cdd (diff) | |
Add description of PasskeyAgent Cancel method
Diffstat (limited to 'hcid')
| -rw-r--r-- | hcid/dbus-api.txt | 6 | 
1 files changed, 6 insertions, 0 deletions
| diff --git a/hcid/dbus-api.txt b/hcid/dbus-api.txt index 2fdd045e..1aff2727 100644 --- a/hcid/dbus-api.txt +++ b/hcid/dbus-api.txt @@ -879,6 +879,12 @@ Methods		string Request(string path, string address)  			Possible errors: org.bluez.Error.Rejected  			                 org.bluez.Error.Canceled +		void Cancel(string path, string address) + +			This method is called to indicate that the +			authentication request failed before a reply was +			returned by the Request method. +  		void Release()  			This method gets called when the service daemon | 
