Home
last modified time | relevance | path

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

/linux-6.15/net/bluetooth/
H A Dhci_conn.c160 if (conn->type == SCO_LINK || conn->type == ESCO_LINK) { in hci_conn_cleanup()
250 err = hdev->get_codec_config_data(hdev, ESCO_LINK, codec, &vnd_len, in configure_datapath_sync()
925 case ESCO_LINK: in __hci_conn_add()
999 case ESCO_LINK: in __hci_conn_add()
1026 if (conn->type != SCO_LINK && conn->type != ESCO_LINK) { in __hci_conn_add()
1070 case ESCO_LINK: in hci_conn_cleanup_child()
2804 case ESCO_LINK: in hci_conn_get_phy()
2959 case ESCO_LINK: in hci_conn_tx_queue()
H A Dsco.c326 type = ESCO_LINK; in sco_connect()
1427 if (hcon->type != SCO_LINK && hcon->type != ESCO_LINK) in sco_connect_cfm()
1446 if (hcon->type != SCO_LINK && hcon->type != ESCO_LINK) in sco_disconn_cfm()
H A Dhci_core.c3342 case ESCO_LINK: in hci_quote_sent()
3637 hci_sched_sco(hdev, ESCO_LINK); in hci_sched_acl_pkt()
3693 hci_sched_sco(hdev, ESCO_LINK); in hci_sched_le()
3739 hci_sched_sco(hdev, ESCO_LINK); in hci_tx_work()
H A Dhci_event.c3149 conn = hci_conn_hash_lookup_ba(hdev, ESCO_LINK, in hci_conn_complete_evt()
4463 case ESCO_LINK: in hci_num_comp_pkts_evt()
4945 case ESCO_LINK: in hci_sync_conn_complete_evt()
4962 if (ev->link_type == ESCO_LINK) in hci_sync_conn_complete_evt()
4974 conn = hci_conn_hash_lookup_ba(hdev, ESCO_LINK, &ev->bdaddr); in hci_sync_conn_complete_evt()
H A Dhci_sync.c5560 if (conn->type == SCO_LINK || conn->type == ESCO_LINK) in hci_reject_conn_sync()
H A Dmgmt.c3277 if (c->type == SCO_LINK || c->type == ESCO_LINK) in get_connections()
/linux-6.15/include/net/bluetooth/
H A Dhci_core.h996 case ESCO_LINK: in hci_conn_hash_add()
1022 case ESCO_LINK: in hci_conn_hash_del()
1040 case ESCO_LINK: in hci_conn_num()
2012 case ESCO_LINK: in hci_proto_connect_ind()
H A Dhci.h557 #define ESCO_LINK 0x02 macro
/linux-6.15/drivers/bluetooth/
H A Dhci_vhci.c97 if (type != ESCO_LINK) in vhci_get_codec_config_data()
H A Dbtmtksdio.c980 if (link != ESCO_LINK) { in btmtksdio_get_codec_config_data()
H A Dbtintel.c2394 if (link != ESCO_LINK) { in btintel_get_codec_config_data()
H A Dbtusb.c1320 case ESCO_LINK: in btusb_validate_sco_handle()