diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2008-06-06 15:01:42 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2008-06-06 15:01:42 +0000 |
commit | 31cde264b5d27d37b281ce1f3d6503de116ffc9d (patch) | |
tree | d3ab262574b28bb14cb631357622bbcb5abc640e /hcid | |
parent | d69e08eb0d567b61106ca37e0546402f4ae0c34e (diff) |
Remove the unneeded numeric parameter from the API
Diffstat (limited to 'hcid')
-rw-r--r-- | hcid/dbus-api.txt | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/hcid/dbus-api.txt b/hcid/dbus-api.txt index 333ffc9a..622477be 100644 --- a/hcid/dbus-api.txt +++ b/hcid/dbus-api.txt @@ -1332,17 +1332,15 @@ Service unique name Interface org.bluez.PasskeyAgent Object path freely definable -Methods string Request(string path, string address, boolean numeric) +Methods string Request(string path, string address) This method gets called when the service daemon needs to get the passkey for an authentication. The - return value is actual passkey. + return value is actual passkey. It is a 1 to 16 + byte PIN code in UTF-8 format. The first argument contains the path of the local - adapter and the second one the remote address. The - third argument signals if a numeric PIN code is - expected or not. The default is a 1 to 16 byte PIN - code in UTF-8 format. + adapter and the second one the remote address. Possible errors: org.bluez.Error.Rejected org.bluez.Error.Canceled |