summaryrefslogtreecommitdiffstats
path: root/hcid/dbus-api.txt
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2006-03-10 18:18:07 +0000
committerMarcel Holtmann <marcel@holtmann.org>2006-03-10 18:18:07 +0000
commit75fa3a5f991de65833ba1537301d00dd9dc44b51 (patch)
tree5bb0eaafb0799cf7908c0aa5479a8232f238639f /hcid/dbus-api.txt
parent96c80bcf3082bfe60dec6e1885511787c65cbcfd (diff)
Add path argument for request method of a passkey agent
Diffstat (limited to 'hcid/dbus-api.txt')
-rw-r--r--hcid/dbus-api.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/hcid/dbus-api.txt b/hcid/dbus-api.txt
index 824c7618..2066fbca 100644
--- a/hcid/dbus-api.txt
+++ b/hcid/dbus-api.txt
@@ -762,12 +762,15 @@ Service unique name
Interface org.bluez.PasskeyAgent
Object path freely definable
-Methods string Request(string address)
+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.
+ The first argument contains the path of the local
+ adapter and the second one the remote address.
+
Possible errors: org.bluez.Error.Rejected
org.bluez.Error.Canceled