mbox series

[0/4] Bluetooth: Support for LE Set Preferred PHY

Message ID 20210722053843.6691-1-ayush.garg@samsung.com (mailing list archive)
Headers show
Series Bluetooth: Support for LE Set Preferred PHY | expand

Message

Ayush Garg July 22, 2021, 5:38 a.m. UTC
Hello Maintainers,

This patch set fixes some minor bugs and adds support for
BT 5.0 PHY based HCI command "HCI_OP_LE_SET_PHY" to request
controller to change connection specific PHY settings
(2M PHY, coded PHY etc.).

Ayush Garg (4):
  Bluetooth: Fix incorrect parsing of LE_PHY params
  Bluetooth: Implement BT_PHY setsocket option
  Bluetooth: Add support for sending LE PHY Update event over mgmt
  Bluetooth: Update LE TX & RX PHYs when connection established

 include/net/bluetooth/bluetooth.h |  7 +++
 include/net/bluetooth/hci.h       | 28 +++++++++++
 include/net/bluetooth/hci_core.h  |  2 +
 include/net/bluetooth/mgmt.h      |  7 +++
 net/bluetooth/hci_conn.c          | 77 ++++++++++++++++++++++++++-----
 net/bluetooth/hci_event.c         | 62 +++++++++++++++++++++++--
 net/bluetooth/l2cap_sock.c        | 21 ++++++++-
 net/bluetooth/mgmt.c              | 34 ++++++++++++++
 8 files changed, 220 insertions(+), 18 deletions(-)