summaryrefslogtreecommitdiff
path: root/doc/agent-api.txt
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@intel.com>2012-09-04 13:49:58 +0300
committerJohan Hedberg <johan.hedberg@intel.com>2012-09-04 16:34:41 +0300
commit6a394b2c7f19b53b630bef2e865f9bc289d4b75c (patch)
tree466f3d691b59a52404990c82b0586815c887877d /doc/agent-api.txt
parent1ab43f63d4fe9994cde8901f4614a18255de85f2 (diff)
downloadbluez-6a394b2c7f19b53b630bef2e865f9bc289d4b75c.tar.gz
agent-api: DisplayPasskey: D-Bus doesn't have a uint8 type
Diffstat (limited to 'doc/agent-api.txt')
-rw-r--r--doc/agent-api.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/agent-api.txt b/doc/agent-api.txt
index 5c8d4d2fa..cf80519eb 100644
--- a/doc/agent-api.txt
+++ b/doc/agent-api.txt
@@ -42,7 +42,8 @@ Methods void Release()
Possible errors: org.bluez.Error.Rejected
org.bluez.Error.Canceled
- void DisplayPasskey(object device, uint32 passkey, uint8 entered)
+ void DisplayPasskey(object device, uint32 passkey,
+ uint16 entered)
This method gets called when the service daemon
needs to display a passkey for an authentication.