linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Szymon Janc <szymon.janc@codecoup.pl>
To: linux-bluetooth@vger.kernel.org
Cc: Szymon Janc <szymon.janc@codecoup.pl>
Subject: [RFC 2/5] doc: Add RebondConsent method to agent API
Date: Thu,  4 Aug 2016 15:28:36 +0200	[thread overview]
Message-ID: <1470317319-3985-3-git-send-email-szymon.janc@codecoup.pl> (raw)
In-Reply-To: <1470317319-3985-1-git-send-email-szymon.janc@codecoup.pl>

This method will be called when bluetoothd requires user consent for
performing re-bond operation.
---
 doc/agent-api.txt | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/doc/agent-api.txt b/doc/agent-api.txt
index 801ccb6..16328d7 100644
--- a/doc/agent-api.txt
+++ b/doc/agent-api.txt
@@ -176,6 +176,14 @@ Methods		void Release()
 			Possible errors: org.bluez.Error.Rejected
 			                 org.bluez.Error.Canceled
 
+		void RebondConsent(object device)
+
+			This method gets called when service daemon needs to
+			authorize rebonding of remote device that lost bond
+			(replied with 'Pin or Key missing' error).
+
+			Possible errors: org.bluez.Error.Rejected
+
 		void Cancel()
 
 			This method gets called to indicate that the agent
-- 
2.7.4


  parent reply	other threads:[~2016-08-04 13:28 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-04 13:28 [RFC 0/5] Rebond support Szymon Janc
2016-08-04 13:28 ` [RFC 1/5] lib/mgmt: Add MGMT_DEV_DISCONN_AUTH_FAILURE definition Szymon Janc
2016-08-04 13:28 ` Szymon Janc [this message]
2016-08-04 13:28 ` [RFC 3/5] core/adapter: Add support for rebond consent Szymon Janc
2016-08-04 13:28 ` [RFC 4/5] plugins/policy: Disable policies on authentication failure Szymon Janc
2016-08-04 13:28 ` [RFC 5/5] client: Add support for RebondConsent request Szymon Janc

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=1470317319-3985-3-git-send-email-szymon.janc@codecoup.pl \
    --to=szymon.janc@codecoup.pl \
    --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;
as well as URLs for NNTP newsgroup(s).