Home
last modified time | relevance | path

Searched refs:ESCO_LINK (Results 1 – 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/net/bluetooth/
Dsco.c246 type = ESCO_LINK; in sco_connect()
1191 if (hcon->type != SCO_LINK && hcon->type != ESCO_LINK) in sco_connect_cfm()
1208 if (hcon->type != SCO_LINK && hcon->type != ESCO_LINK) in sco_disconn_cfm()
Dhci_conn.c125 if (conn->type == SCO_LINK || conn->type == ESCO_LINK) { in hci_conn_cleanup()
568 case ESCO_LINK: in hci_conn_add()
593 if (conn->type != SCO_LINK && conn->type != ESCO_LINK) { in hci_conn_add()
1843 case ESCO_LINK: in hci_conn_get_phy()
Dhci_core.c4303 case ESCO_LINK: in hci_low_sent()
4409 case ESCO_LINK: in hci_chan_sent()
4525 if (!hci_conn_num(hdev, ESCO_LINK)) in hci_sched_esco()
4528 while (hdev->sco_cnt && (conn = hci_low_sent(hdev, ESCO_LINK, in hci_sched_esco()
Dhci_event.c2603 conn = hci_conn_hash_lookup_ba(hdev, ESCO_LINK, in hci_conn_complete_evt()
4313 if (ev->link_type == ESCO_LINK) in hci_sync_conn_complete_evt()
4325 conn = hci_conn_hash_lookup_ba(hdev, ESCO_LINK, &ev->bdaddr); in hci_sync_conn_complete_evt()
Dhci_request.c2716 } else if (conn->type == SCO_LINK || conn->type == ESCO_LINK) { in __hci_abort_conn()
Dmgmt.c2684 if (c->type == SCO_LINK || c->type == ESCO_LINK) in get_connections()
/kernel/linux/linux-5.10/include/net/bluetooth/
Dhci_core.h859 case ESCO_LINK: in hci_conn_hash_add()
885 case ESCO_LINK: in hci_conn_hash_del()
902 case ESCO_LINK: in hci_conn_num()
1390 case ESCO_LINK: in hci_proto_connect_ind()
Dhci.h414 #define ESCO_LINK 0x02 macro