From: Shermin Joy <shermin.joy@gmail.com>
To: linux-bluetooth@vger.kernel.org
Subject: [RFC 0/2] Use address resolution in the controller to enable device filtering when peers use RPA
Date: Wed, 27 Sep 2017 14:33:33 +0530 [thread overview]
Message-ID: <59cb68f2.8403630a.d2376.bab9@mx.google.com> (raw)
Currently, host cannot not use whitelist if any of the peer devices
in the pending reports or connections uses RPA. If address
resolution is enabled in the controller, then the peer using RPA can
be added to the resolving list if its IRK is known. If all the peers
using RPA can be added to the resolving list, then whitelist can be
enabled.
Shermin Joy (2):
Add HCI commands to enable address resolution in controller
Use whitelist along with resolving list to enable device filtering
include/net/bluetooth/hci.h | 25 +++++
include/net/bluetooth/hci_core.h | 7 ++
net/bluetooth/hci_core.c | 26 +++++
net/bluetooth/hci_event.c | 107 ++++++++++++++++++++
net/bluetooth/hci_request.c | 213 +++++++++++++++++++++++++++++++++++++--
net/bluetooth/hci_request.h | 4 +
6 files changed, 371 insertions(+), 11 deletions(-)
--
1.9.1
reply other threads:[~2017-09-27 9:03 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=59cb68f2.8403630a.d2376.bab9@mx.google.com \
--to=shermin.joy@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.