From c9b2f56a13df506191c284b7977abe7e7aa8f0e5 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Mon, 30 Oct 2006 17:17:12 +0000 Subject: Describe Display, Keypress and Complete methods of the passkey agent --- hcid/dbus-api.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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 -- cgit