The following changes since commit 8697a258ae24703267d2a37d91ab757c91ef027e: Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net (2023-02-09 12:25:40 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git tags/for-net-next-2023-02-09 for you to fetch changes up to c585a92b2f9c624b0b62b2af1eb0ea6d11cb5cac: Bluetooth: btintel: Set Per Platform Antenna Gain(PPAG) (2023-02-09 14:20:04 -0800) ---------------------------------------------------------------- bluetooth-next pull request for net-next: - Add new PID/VID 0489:e0f2 for MT7921 - Add VID:PID 13d3:3529 for Realtek RTL8821CE - Add CIS feature bits to controller information - Set Per Platform Antenna Gain(PPAG) for Intel controllers ---------------------------------------------------------------- Archie Pusaka (2): Bluetooth: Free potentially unfreed SCO connection Bluetooth: Make sure LE create conn cancel is sent when timeout Gustavo A. R. Silva (1): Bluetooth: HCI: Replace zero-length arrays with flexible-array members Kees Cook (1): Bluetooth: hci_conn: Refactor hci_bind_bis() since it always succeeds Luiz Augusto von Dentz (2): Bluetooth: qca: Fix sparse warnings Bluetooth: L2CAP: Fix potential user-after-free Marcel Holtmann (1): Bluetooth: Fix issue with Actions Semi ATS2851 based devices Mario Limonciello (1): Bluetooth: btusb: Add new PID/VID 0489:e0f2 for MT7921 Moises Cardona (1): Bluetooth: btusb: Add VID:PID 13d3:3529 for Realtek RTL8821CE Pauli Virtanen (1): Bluetooth: MGMT: add CIS feature bits to controller information Seema Sreemantha (1): Bluetooth: btintel: Set Per Platform Antenna Gain(PPAG) Zhengping Jiang (1): Bluetooth: hci_qca: get wakeup status from serdev device handle drivers/bluetooth/btintel.c | 116 +++++++++++++++++++++++++++++++++++++++++++ drivers/bluetooth/btintel.h | 13 +++++ drivers/bluetooth/btusb.c | 16 ++++++ drivers/bluetooth/hci_qca.c | 11 ++-- include/net/bluetooth/hci.h | 4 +- include/net/bluetooth/mgmt.h | 2 + net/bluetooth/hci_conn.c | 23 +++++---- net/bluetooth/l2cap_core.c | 24 --------- net/bluetooth/l2cap_sock.c | 8 +++ net/bluetooth/mgmt.c | 12 +++++ 10 files changed, 188 insertions(+), 41 deletions(-)