Home
last modified time | relevance | path

Searched refs:SCO_LINK (Results 1 – 9 of 9) sorted by relevance

/linux-6.1.9/net/bluetooth/
Dsco.c249 type = SCO_LINK; in sco_connect()
1357 if (hcon->type != SCO_LINK && hcon->type != ESCO_LINK) in sco_connect_cfm()
1374 if (hcon->type != SCO_LINK && hcon->type != ESCO_LINK) in sco_disconn_cfm()
Dhci_conn.c139 if (conn->type == SCO_LINK || conn->type == ESCO_LINK) { in hci_conn_cleanup()
1012 case SCO_LINK: in hci_conn_add()
1044 if (conn->type != SCO_LINK && conn->type != ESCO_LINK) { in hci_conn_add()
2686 case SCO_LINK: in hci_conn_get_phy()
2830 } else if (conn->type == SCO_LINK || conn->type == ESCO_LINK) { in hci_abort_conn()
Dhci_core.c3298 case SCO_LINK: in hci_quote_sent()
3528 if (!hci_conn_num(hdev, SCO_LINK)) in hci_sched_sco()
3531 while (hdev->sco_cnt && (conn = hci_low_sent(hdev, SCO_LINK, &quote))) { in hci_sched_sco()
Dhci_event.c3165 if (ev->link_type != SCO_LINK) in hci_conn_complete_evt()
3173 conn->type = SCO_LINK; in hci_conn_complete_evt()
3244 } else if (ev->link_type == SCO_LINK) { in hci_conn_complete_evt()
4411 case SCO_LINK: in hci_num_comp_pkts_evt()
4953 case SCO_LINK: in hci_sync_conn_complete_evt()
Dhci_sync.c5108 if (conn->type == SCO_LINK || conn->type == ESCO_LINK) in hci_reject_conn_sync()
Dmgmt.c3214 if (c->type == SCO_LINK || c->type == ESCO_LINK) in get_connections()
/linux-6.1.9/include/net/bluetooth/
Dhci_core.h993 case SCO_LINK: in hci_conn_hash_add()
1022 case SCO_LINK: in hci_conn_hash_del()
1042 case SCO_LINK: in hci_conn_num()
1735 case SCO_LINK: in hci_proto_connect_ind()
Dhci.h472 #define SCO_LINK 0x00 macro
/linux-6.1.9/drivers/bluetooth/
Dbtusb.c1798 if (hci_conn_num(hdev, SCO_LINK) < 1) in btusb_send_frame()
1825 if (hci_conn_num(hdev, SCO_LINK) != data->sco_num) { in btusb_notify()
1826 data->sco_num = hci_conn_num(hdev, SCO_LINK); in btusb_notify()
2303 if (hci_conn_num(hdev, SCO_LINK) < 1) in btusb_send_frame_intel()