Home
last modified time | relevance | path

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

/Linux-v6.6/net/bluetooth/
Dsco.c256 type = ESCO_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()
302 err = hdev->get_codec_config_data(hdev, ESCO_LINK, codec, &vnd_len, in configure_datapath_sync()
1012 case ESCO_LINK: in hci_conn_add()
1037 if (conn->type != SCO_LINK && conn->type != ESCO_LINK) { in hci_conn_add()
1058 case ESCO_LINK: in hci_conn_cleanup_child()
2853 case ESCO_LINK: in hci_conn_get_phy()
Dhci_core.c3353 case ESCO_LINK: in hci_quote_sent()
3610 if (!hci_conn_num(hdev, ESCO_LINK)) in hci_sched_esco()
3613 while (hdev->sco_cnt && (conn = hci_low_sent(hdev, ESCO_LINK, in hci_sched_esco()
Dhci_event.c3164 conn = hci_conn_hash_lookup_ba(hdev, ESCO_LINK, in hci_conn_complete_evt()
5030 case ESCO_LINK: in hci_sync_conn_complete_evt()
5047 if (ev->link_type == ESCO_LINK) in hci_sync_conn_complete_evt()
5059 conn = hci_conn_hash_lookup_ba(hdev, ESCO_LINK, &ev->bdaddr); 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.h1016 case ESCO_LINK: in hci_conn_hash_add()
1045 case ESCO_LINK: in hci_conn_hash_del()
1065 case ESCO_LINK: in hci_conn_num()
1894 case ESCO_LINK: in hci_proto_connect_ind()
Dhci.h510 #define ESCO_LINK 0x02 macro
/Linux-v6.6/drivers/bluetooth/
Dhci_vhci.c96 if (type != ESCO_LINK) in vhci_get_codec_config_data()
Dbtmtksdio.c967 if (link != ESCO_LINK) { in btmtksdio_get_codec_config_data()
Dbtintel.c2322 if (link != ESCO_LINK) { in btintel_get_codec_config_data()
Dbtusb.c1217 case ESCO_LINK: in btusb_validate_sco_handle()