Home
last modified time | relevance | path

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

/Linux-v4.19/net/bluetooth/
Dsco.c232 type = SCO_LINK; in sco_connect()
1111 if (hcon->type != SCO_LINK && hcon->type != ESCO_LINK) in sco_connect_cfm()
1128 if (hcon->type != SCO_LINK && hcon->type != ESCO_LINK) in sco_disconn_cfm()
Dhci_core.c3722 case SCO_LINK: in hci_low_sent()
3828 case SCO_LINK: in hci_chan_sent()
4037 if (!hci_conn_num(hdev, SCO_LINK)) in hci_sched_sco()
4040 while (hdev->sco_cnt && (conn = hci_low_sent(hdev, SCO_LINK, &quote))) { in hci_sched_sco()
Dhci_conn.c534 case SCO_LINK: in hci_conn_add()
Dhci_event.c2401 if (ev->link_type != SCO_LINK) in hci_conn_complete_evt()
2408 conn->type = SCO_LINK; in hci_conn_complete_evt()
3553 case SCO_LINK: in hci_num_comp_pkts_evt()
Dhci_request.c2195 } else if (conn->type == SCO_LINK || conn->type == ESCO_LINK) { in __hci_abort_conn()
Dmgmt.c2625 if (c->type == SCO_LINK || c->type == ESCO_LINK) in get_connections()
/Linux-v4.19/include/net/bluetooth/
Dhci_core.h707 case SCO_LINK: in hci_conn_hash_add()
733 case SCO_LINK: in hci_conn_hash_del()
750 case SCO_LINK: in hci_conn_num()
1202 case SCO_LINK: in hci_proto_connect_ind()
Dhci.h343 #define SCO_LINK 0x00 macro
/Linux-v4.19/drivers/bluetooth/
Dbtusb.c1379 if (hci_conn_num(hdev, SCO_LINK) < 1) in btusb_send_frame()
1399 if (hci_conn_num(hdev, SCO_LINK) != data->sco_num) { in btusb_notify()
1400 data->sco_num = hci_conn_num(hdev, SCO_LINK); in btusb_notify()
2043 if (hci_conn_num(hdev, SCO_LINK) < 1) in btusb_send_frame_intel()