diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2006-10-30 17:17:12 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2006-10-30 17:17:12 +0000 |
commit | c9b2f56a13df506191c284b7977abe7e7aa8f0e5 (patch) | |
tree | 97c0add4f71a35a6e9a232722c002a0619c49e90 /hcid | |
parent | 80ecd35469885e6f8ef300819a994dd155550dcb (diff) |
Describe Display, Keypress and Complete methods of the passkey agent
Diffstat (limited to 'hcid')
-rw-r--r-- | hcid/dbus-api.txt | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/hcid/dbus-api.txt b/hcid/dbus-api.txt index 2ff55d90..1b0b0658 100644 --- a/hcid/dbus-api.txt +++ b/hcid/dbus-api.txt @@ -1152,6 +1152,24 @@ Methods string Request(string path, string address, boolean numeric) Possible errors: org.bluez.Error.Rejected org.bluez.Error.Canceled + void Display(string path, string address, string value) + + This method gets called when the service daemon + needs to display the passkey value. No return + value is needed. A successful paring will be + indicated by the Complete method and a failure + will be signaled with Cancel. + + void Keypress(string path, string address) + + This method indicates keypresses from the remote + device. This can happen when pairing with a keyboard. + + void Complete(string path, string address) + + This method gets called to indicate that the + authentication has been completed. + void Cancel(string path, string address) This method gets called to indicate that the |