* [RFC 0/2] Use address resolution in the controller to enable device filtering when peers use RPA
@ 2017-09-27 9:03 Shermin Joy
0 siblings, 0 replies; only message in thread
From: Shermin Joy @ 2017-09-27 9:03 UTC (permalink / raw)
To: linux-bluetooth
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2017-09-27 9:03 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-27 9:03 [RFC 0/2] Use address resolution in the controller to enable device filtering when peers use RPA Shermin Joy
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.