mbox series

[v3,0/8] LL Privacy support

Message ID 20200701100432.28038-1-sathish.narasimman@intel.com (mailing list archive)
Headers show
Series LL Privacy support | expand

Message

Sathish Narasimman July 1, 2020, 10:04 a.m. UTC
v3: rebased the patches
Add support to enable LL privacy using mgmt with existing
set_privacy command

Marcel Holtmann (3):
  Bluetooth: Translate additional address type correctly
  Bluetooth: Configure controller address resolution if available
  Bluetooth: Update resolving list when updating whitelist

Sathish Narasimman (5):
  Bluetooth: Translate additional address type during le_conn
  Bluetooth: Let controller creates RPA during le create conn
  Bluetooth: Enable/Disable address resolution during le create conn
  Bluetooth: Enable RPA Timeout
  Bluetooth: Add support to enable LL PRIVACY using set_privacy

 include/net/bluetooth/hci.h      |   9 ++-
 include/net/bluetooth/hci_core.h |   3 +
 net/bluetooth/hci_conn.c         |   7 +-
 net/bluetooth/hci_core.c         |  17 +++++
 net/bluetooth/hci_event.c        |  22 ++++++
 net/bluetooth/hci_request.c      | 123 +++++++++++++++++++++++++++----
 net/bluetooth/hci_request.h      |   3 +-
 net/bluetooth/mgmt.c             |   8 +-
 8 files changed, 170 insertions(+), 22 deletions(-)