mbox series

[v3,0/2] Bluetooth: Support SCO offload for QCA2066

Message ID 1701246570-3564-1-git-send-email-quic_zijuhu@quicinc.com
Headers show
Series Bluetooth: Support SCO offload for QCA2066 | expand

Message

quic_zijuhu Nov. 29, 2023, 8:29 a.m. UTC
From: Zijun Hu <zijuhu@qti.qualcomm.com>

This patch series are to support SCO offload for QCA2066, ALL BTHOST
needs to do is specifying both Input_Data_Path and Output_Data_Path
as 0x01 for HCI_Enhanced_Setup_Synchronous_Connection, does NOT need
to configure data path by HCI_Configure_Data_Path at all.

Changes form V2->V3:
- Bluetooth: qca:
- - Add and correct inline comments 

Changes form V1->V2:
- No changes, sent by mistake

Zijun Hu (2):
  Bluetooth: hci_conn: Check non NULL before calling
    hdev->get_codec_config_data()
  Bluetooth: qca: Support SCO offload for QCA2066

 drivers/bluetooth/hci_qca.c | 24 ++++++++++++++++++++++++
 net/bluetooth/hci_conn.c    |  2 +-
 2 files changed, 25 insertions(+), 1 deletion(-)