Searched refs:ESCO_LINK (Results 1 – 12 of 12) sorted by relevance
| /linux-6.15/net/bluetooth/ |
| H A D | hci_conn.c | 160 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 D | sco.c | 326 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 D | hci_core.c | 3342 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 D | hci_event.c | 3149 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 D | hci_sync.c | 5560 if (conn->type == SCO_LINK || conn->type == ESCO_LINK) in hci_reject_conn_sync()
|
| H A D | mgmt.c | 3277 if (c->type == SCO_LINK || c->type == ESCO_LINK) in get_connections()
|
| /linux-6.15/include/net/bluetooth/ |
| H A D | hci_core.h | 996 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 D | hci.h | 557 #define ESCO_LINK 0x02 macro
|
| /linux-6.15/drivers/bluetooth/ |
| H A D | hci_vhci.c | 97 if (type != ESCO_LINK) in vhci_get_codec_config_data()
|
| H A D | btmtksdio.c | 980 if (link != ESCO_LINK) { in btmtksdio_get_codec_config_data()
|
| H A D | btintel.c | 2394 if (link != ESCO_LINK) { in btintel_get_codec_config_data()
|
| H A D | btusb.c | 1320 case ESCO_LINK: in btusb_validate_sco_handle()
|