Hi Dave, Here's one last bluetooth-next pull request for 5.8, which I hope can still be accepted. - Enabled Wide-Band Speech (WBS) support for Qualcomm wcn3991 - Multiple fixes/imprvovements to Qualcomm-based devices - Fix GAP/SEC/SEM/BI-10-C qualfication test case - Added support for Broadcom BCM4350C5 device - Several other smaller fixes & improvements Please let me know if there are any issues pulling. Thanks. Johan --- The following changes since commit dbfe7d74376e187f3c6eaff822e85176bc2cd06e: rds: convert get_user_pages() --> pin_user_pages() (2020-05-17 12:37:45 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git for-upstream for you to fetch changes up to e5aeebddfc312ea7bb55dfe6c7264e71a3b43992: Bluetooth: hci_qca: Fix QCA6390 memdump failure (2020-06-01 08:07:33 +0200) ---------------------------------------------------------------- Abhishek Pandit-Subedi (2): Bluetooth: hci_qca: Enable WBS support for wcn3991 Bluetooth: hci_qca: Fix uninitialized access to hdev Azamat H. Hackimov (1): Bluetooth: btbcm: Added 003.006.007, changed 001.003.015 Chuhong Yuan (1): Bluetooth: btmtkuart: Improve exception handling in btmtuart_probe() Gustavo A. R. Silva (1): Bluetooth: L2CAP: Replace zero-length array with flexible-array Hsin-Yu Chao (1): Bluetooth: Add SCO fallback for invalid LMP parameters error Luiz Augusto von Dentz (2): Bluetooth: Consolidate encryption handling in hci_encrypt_cfm Bluetooth: Fix assuming EIR flags can result in SSP authentication Sebastian Andrzej Siewior (1): Bluetooth: Acquire sk_lock.slock without disabling interrupts Zijun Hu (5): Bluetooth: hci_qca: Fix suspend/resume functionality failure Bluetooth: hci_qca: Fix qca6390 enable failure after warm reboot Bluetooth: hci_qca: Improve controller ID info log level Bluetooth: btmtkuart: Use serdev_device_write_buf() instead of serdev_device_write() Bluetooth: hci_qca: Fix QCA6390 memdump failure Ɓukasz Rymanowski (1): Bluetooth: Fix for GAP/SEC/SEM/BI-10-C drivers/bluetooth/btbcm.c | 3 +- drivers/bluetooth/btmtkuart.c | 17 +++--- drivers/bluetooth/btqca.c | 14 +++-- drivers/bluetooth/hci_qca.c | 123 ++++++++++++++++++++++++++++++++------- include/net/bluetooth/hci_core.h | 20 ++++++- include/net/bluetooth/l2cap.h | 6 +- net/bluetooth/hci_conn.c | 2 - net/bluetooth/hci_event.c | 29 ++------- net/bluetooth/rfcomm/sock.c | 7 +-- net/bluetooth/smp.c | 4 ++ 10 files changed, 154 insertions(+), 71 deletions(-)