Home
last modified time | relevance | path

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

/linux/net/bluetooth/
H A Dhci_conn.c158 if (conn->type == SCO_LINK || conn->type == ESCO_LINK) { in hci_conn_cleanup()
248 err = hdev->get_codec_config_data(hdev, ESCO_LINK, codec, &vnd_len, in configure_datapath_sync()
952 case ESCO_LINK: in __hci_conn_add()
1043 case ESCO_LINK: in __hci_conn_add()
1070 if (conn->type != SCO_LINK && conn->type != ESCO_LINK) { in __hci_conn_add()
1113 case ESCO_LINK: in hci_conn_cleanup_child()
2920 case ESCO_LINK: in hci_conn_get_phy()
3050 case ESCO_LINK: in hci_conn_set_phy()
3182 case ESCO_LINK: in hci_conn_tx_queue()
H A Dsco.c326 type = ESCO_LINK; in sco_connect()
1455 if (hcon->type != SCO_LINK && hcon->type != ESCO_LINK) in sco_connect_cfm()
1474 if (hcon->type != SCO_LINK && hcon->type != ESCO_LINK) in sco_disconn_cfm()
H A Dhci_core.c3402 case ESCO_LINK: in hci_quote_sent()
3711 hci_sched_sco(hdev, ESCO_LINK); in hci_sched_acl_pkt()
3767 hci_sched_sco(hdev, ESCO_LINK); in hci_sched_le()
3817 hci_sched_sco(hdev, ESCO_LINK); in hci_tx_work()
H A Dhci_event.c3162 conn = hci_conn_hash_lookup_ba(hdev, ESCO_LINK, in hci_conn_complete_evt()
4543 case ESCO_LINK: in hci_num_comp_pkts_evt()
5019 case ESCO_LINK: in hci_sync_conn_complete_evt()
5037 if (ev->link_type == ESCO_LINK) in hci_sync_conn_complete_evt()
5049 conn = hci_conn_hash_lookup_ba(hdev, ESCO_LINK, &ev->bdaddr); in hci_sync_conn_complete_evt()
H A Dhci_sync.c5707 if (conn->type == SCO_LINK || conn->type == ESCO_LINK) in hci_reject_conn_sync()
H A Dmgmt.c3380 if (c->type == SCO_LINK || c->type == ESCO_LINK) in get_connections()
/linux/include/net/bluetooth/
H A Dhci_core.h1028 case ESCO_LINK: in hci_conn_hash_add()
1060 case ESCO_LINK: in hci_conn_hash_del()
1084 case ESCO_LINK: in hci_conn_num()
2096 case ESCO_LINK: in hci_proto_connect_ind()
H A Dhci.h562 #define ESCO_LINK 0x02 macro
/linux/drivers/bluetooth/
H A Dhci_vhci.c97 if (type != ESCO_LINK) in vhci_get_codec_config_data()
H A Dbtmtksdio.c979 if (link != ESCO_LINK) { in btmtksdio_get_codec_config_data()
H A Dbtintel.c2400 if (link != ESCO_LINK) { in btintel_get_codec_config_data()
H A Dbtusb.c1362 case ESCO_LINK: in btusb_validate_sco_handle()