summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2008-05-30 14:15:46 +0000
committerJohan Hedberg <johan.hedberg@nokia.com>2008-05-30 14:15:46 +0000
commita17fe523f29dfcec23fa44528e957b6cef71b7d2 (patch)
tree783dcebd8978ded5afc0a73ef0511b6a892142a1 /doc
parent67b15497e3b3eb3af84ab7b1808c21f0e9a86503 (diff)
Switch RequestPinCode and and RequestPasskey methods
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 d0137aad..5cbe9af3 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.
- string RequestPinCode(object device)
+ uint32 RequestPasskey(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
- uint32 RequestPasskey(object device)
+ string RequestPinCode(object device)
This method gets called when the service daemon
needs to get the passkey for an authentication.