From 6a394b2c7f19b53b630bef2e865f9bc289d4b75c Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Tue, 4 Sep 2012 13:49:58 +0300 Subject: [PATCH] agent-api: DisplayPasskey: D-Bus doesn't have a uint8 type --- doc/agent-api.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. -- 2.47.3