From f8c2011c194a7d739ff40cf3477b3b4bb4389d4a Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 3 Jun 2008 15:13:53 +0000 Subject: Remove the unused callbacks from the agent --- hcid/dbus-api.txt | 30 ------------------------------ 1 file changed, 30 deletions(-) (limited to 'hcid/dbus-api.txt') diff --git a/hcid/dbus-api.txt b/hcid/dbus-api.txt index d22bf247..6c87af84 100644 --- a/hcid/dbus-api.txt +++ b/hcid/dbus-api.txt @@ -1377,36 +1377,6 @@ Methods string Request(string path, string address, boolean numeric) Possible errors: org.bluez.Error.Rejected org.bluez.Error.Canceled - void Confirm(string path, string address, string value) - - This method gets called when the service daemon - needs to verify a passkey. The verification is - done by showing the value to the passkey agent - and returning means a successful confirmation. - In case the values don't match an error must - be returned. - - 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