Home
last modified time | relevance | path

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

/Linux-v6.6/net/bluetooth/
Dsco.c258 type = SCO_LINK; in sco_connect()
1349 if (hcon->type != SCO_LINK && hcon->type != ESCO_LINK) in sco_connect_cfm()
1366 if (hcon->type != SCO_LINK && hcon->type != ESCO_LINK) in sco_disconn_cfm()
Dhci_conn.c159 if (conn->type == SCO_LINK || conn->type == ESCO_LINK) { in hci_conn_cleanup()
1005 case SCO_LINK: in hci_conn_add()
1037 if (conn->type != SCO_LINK && conn->type != ESCO_LINK) { in hci_conn_add()
1057 case SCO_LINK: in hci_conn_cleanup_child()
2807 case SCO_LINK: in hci_conn_get_phy()
Dhci_core.c3352 case SCO_LINK: in hci_quote_sent()
3587 if (!hci_conn_num(hdev, SCO_LINK)) in hci_sched_sco()
3590 while (hdev->sco_cnt && (conn = hci_low_sent(hdev, SCO_LINK, &quote))) { in hci_sched_sco()
Dhci_event.c3161 if (ev->link_type != SCO_LINK) in hci_conn_complete_evt()
3169 conn->type = SCO_LINK; in hci_conn_complete_evt()
3236 } else if (ev->link_type == SCO_LINK) { in hci_conn_complete_evt()
4478 case SCO_LINK: in hci_num_comp_pkts_evt()
5029 case SCO_LINK: in hci_sync_conn_complete_evt()
Dhci_sync.c5357 if (conn->type == SCO_LINK || conn->type == ESCO_LINK) in hci_reject_conn_sync()
Dmgmt.c3240 if (c->type == SCO_LINK || c->type == ESCO_LINK) in get_connections()
/Linux-v6.6/include/net/bluetooth/
Dhci_core.h1015 case SCO_LINK: in hci_conn_hash_add()
1044 case SCO_LINK: in hci_conn_hash_del()
1064 case SCO_LINK: in hci_conn_num()
1893 case SCO_LINK: in hci_proto_connect_ind()
Dhci.h508 #define SCO_LINK 0x00 macro
/Linux-v6.6/drivers/bluetooth/
Dbtusb.c1216 case SCO_LINK: in btusb_validate_sco_handle()
2067 if (hci_conn_num(hdev, SCO_LINK) < 1) in btusb_send_frame()
2094 if (hci_conn_num(hdev, SCO_LINK) != data->sco_num) { in btusb_notify()
2095 data->sco_num = hci_conn_num(hdev, SCO_LINK); in btusb_notify()
2541 if (hci_conn_num(hdev, SCO_LINK) < 1) in btusb_send_frame_intel()