The following changes since commit e89600ebeeb14d18c0b062837a84196f72542830: af_vsock: SOCK_SEQPACKET broken buffer test (2022-03-18 15:13:19 +0000) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git tags/for-net-next-2022-03-18 for you to fetch changes up to 726c0eb7cb15be3e5fe9a9f1c8aad12c5cbe4675: Bluetooth: ath3k: remove superfluous header files (2022-03-18 17:12:09 +0100) ---------------------------------------------------------------- bluetooth-next pull request for net-next: - Add support for Asus TF103C - Add support for Realtek RTL8852B - Add support for Realtek RTL8723BE - Add WBS support to mt7921s ---------------------------------------------------------------- Christophe JAILLET (1): Bluetooth: Don't assign twice the same value Colin Ian King (1): Bluetooth: mgmt: remove redundant assignment to variable cur_len Dan Carpenter (1): Bluetooth: btmtkuart: fix error handling in mtk_hci_wmt_sync() Gavin Li (1): Bluetooth: fix incorrect nonblock bitmask in bt_sock_wait_ready() Hans de Goede (1): Bluetooth: hci_bcm: Add the Asus TF103C to the bcm_broken_irq_dmi_table Ismael Ferreras Morezuelas (2): Bluetooth: hci_sync: Add a new quirk to skip HCI_FLT_CLEAR_ALL Bluetooth: btusb: Use quirk to skip HCI_FLT_CLEAR_ALL on fake CSR controllers Luiz Augusto von Dentz (1): Bluetooth: Fix use after free in hci_send_acl Manish Mandlik (2): Bluetooth: msft: Clear tracked devices on resume Bluetooth: Send AdvMonitor Dev Found for all matched devices Max Chou (1): Bluetooth: btrtl: Add support for RTL8852B Mianhan Liu (2): Bluetooth: bcm203x: remove superfluous header files Bluetooth: ath3k: remove superfluous header files Niels Dossche (1): Bluetooth: call hci_le_conn_failed with hdev lock in hci_le_conn_failed Pavel Skripkin (1): Bluetooth: hci_uart: add missing NULL check in h5_enqueue Sean Wang (3): Bluetooth: btmtkuart: rely on BT_MTK module Bluetooth: btmtkuart: add .set_bdaddr support Bluetooth: btmtkuart: fix the conflict between mtk and msft vendor event Takashi Iwai (1): Bluetooth: btusb: Add missing Chicony device for Realtek RTL8723BE Yake Yang (5): Bluetooth: btmtksdio: Fix kernel oops in btmtksdio_interrupt Bluetooth: mt7921s: Set HCI_QUIRK_VALID_LE_STATES Bluetooth: mt7921s: Add .get_data_path_id Bluetooth: mt7921s: Add .btmtk_get_codec_config_data Bluetooth: mt7921s: Add WBS support drivers/bluetooth/Kconfig | 1 + drivers/bluetooth/ath3k.c | 1 - drivers/bluetooth/bcm203x.c | 1 - drivers/bluetooth/btmtk.c | 1 + drivers/bluetooth/btmtk.h | 1 + drivers/bluetooth/btmtksdio.c | 75 ++++++++++++++- drivers/bluetooth/btmtkuart.c | 198 ++++++-------------------------------- drivers/bluetooth/btrtl.c | 13 +++ drivers/bluetooth/btusb.c | 7 +- drivers/bluetooth/hci_bcm.c | 44 +++++++-- drivers/bluetooth/hci_h5.c | 8 +- include/net/bluetooth/bluetooth.h | 2 +- include/net/bluetooth/hci.h | 10 ++ net/bluetooth/af_bluetooth.c | 4 +- net/bluetooth/hci_conn.c | 2 + net/bluetooth/hci_event.c | 3 +- net/bluetooth/hci_sync.c | 16 +++ net/bluetooth/l2cap_core.c | 1 - net/bluetooth/mgmt.c | 72 +++++++------- net/bluetooth/msft.c | 19 +++- 20 files changed, 251 insertions(+), 228 deletions(-)