From: Jose Antonio Santos Cadenas <santoscadenas@gmail.com>
To: linux-bluetooth@vger.kernel.org
Cc: Jose Antonio Santos Cadenas <santoscadenas@gmail.com>
Subject: [PATCH] Remove parameter entered from the DisplayPasskey agent method
Date: Sun, 21 Nov 2010 13:46:18 +0100 [thread overview]
Message-ID: <1290343578-986-1-git-send-email-santoscadenas@gmail.com> (raw)
In the current method implementation the parameter is not used.
---
doc/agent-api.txt | 5 +----
1 files changed, 1 insertions(+), 4 deletions(-)
diff --git a/doc/agent-api.txt b/doc/agent-api.txt
index d8d35c0..1ddd290 100644
--- a/doc/agent-api.txt
+++ b/doc/agent-api.txt
@@ -42,14 +42,11 @@ 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)
This method gets called when the service daemon
needs to display a passkey for an authentication.
- The entered parameter indicates the number of already
- typed keys on the remote side.
-
An empty reply should be returned. When the passkey
needs no longer to be displayed, the Cancel method
of the agent will be called.
--
1.7.1
next reply other threads:[~2010-11-21 12:46 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-11-21 12:46 Jose Antonio Santos Cadenas [this message]
2010-11-21 13:14 ` [PATCH] Remove parameter entered from the DisplayPasskey agent method Johan Hedberg
2010-11-21 16:07 ` Jose Antonio Santos Cadenas
2010-11-21 19:25 ` Johan Hedberg
2010-11-21 19:38 ` Jose Antonio Santos Cadenas
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1290343578-986-1-git-send-email-santoscadenas@gmail.com \
--to=santoscadenas@gmail.com \
--cc=linux-bluetooth@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox