mbox series

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

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

Message

Zijun Hu Dec. 8, 2023, 1:51 a.m. UTC
This patch series are to support HFP offload for QCA2066.

Changes form V3->V4:
- Bluetooth: hci_conn:
- - Move non NULL checking into configure_datapath_sync()
- Bluetooth: qca:
- - Optimize commmit messages and comments and function names

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 function before calling for HFP
    offload
  Bluetooth: qca: Support HFP offload for QCA2066

 drivers/bluetooth/hci_qca.c | 22 ++++++++++++++++++++++
 net/bluetooth/hci_conn.c    |  4 ++++
 2 files changed, 26 insertions(+)