summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-06-03 14:00:03 +0000
committerMarcel Holtmann <marcel@holtmann.org>2008-06-03 14:00:03 +0000
commit0e7032e4f6a7f0fffe95761b5f21540f0150120c (patch)
tree7609bc72d3400b3f3d070497326eccf83f4e203e /doc
parentf5a4741b96908bce4cf7e4c5d37e2f33f2922434 (diff)
Fix swapped prototypes for pin code and passkey requests
Diffstat (limited to 'doc')
-rw-r--r--doc/agent-api.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/agent-api.txt b/doc/agent-api.txt
index 5cbe9af3..d0137aad 100644
--- a/doc/agent-api.txt
+++ b/doc/agent-api.txt
@@ -20,7 +20,7 @@ Methods void Release()
agent, because when this method gets called it has
already been unregistered.
- uint32 RequestPasskey(object device)
+ string RequestPinCode(object device)
This method gets called when the service daemon
needs to get the passkey for an authentication.
@@ -31,7 +31,7 @@ Methods void Release()
Possible errors: org.bluez.Error.Rejected
org.bluez.Error.Canceled
- string RequestPinCode(object device)
+ uint32 RequestPasskey(object device)
This method gets called when the service daemon
needs to get the passkey for an authentication.