Searched refs:ESCO_LINK (Results 1 – 12 of 12) sorted by relevance
/linux-6.6.21/net/bluetooth/ |
D | sco.c | 256 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()
|
D | hci_conn.c | 162 if (conn->type == SCO_LINK || conn->type == ESCO_LINK) { in hci_conn_cleanup() 303 err = hdev->get_codec_config_data(hdev, ESCO_LINK, codec, &vnd_len, in configure_datapath_sync() 1001 case ESCO_LINK: in hci_conn_add() 1026 if (conn->type != SCO_LINK && conn->type != ESCO_LINK) { in hci_conn_add() 1061 case ESCO_LINK: in hci_conn_cleanup_child() 2857 case ESCO_LINK: in hci_conn_get_phy()
|
D | hci_core.c | 3357 case ESCO_LINK: in hci_quote_sent() 3614 if (!hci_conn_num(hdev, ESCO_LINK)) in hci_sched_esco() 3617 while (hdev->sco_cnt && (conn = hci_low_sent(hdev, ESCO_LINK, in hci_sched_esco()
|
D | hci_event.c | 3180 conn = hci_conn_hash_lookup_ba(hdev, ESCO_LINK, in hci_conn_complete_evt() 5035 case ESCO_LINK: in hci_sync_conn_complete_evt() 5052 if (ev->link_type == ESCO_LINK) in hci_sync_conn_complete_evt() 5064 conn = hci_conn_hash_lookup_ba(hdev, ESCO_LINK, &ev->bdaddr); in hci_sync_conn_complete_evt()
|
D | hci_sync.c | 5362 if (conn->type == SCO_LINK || conn->type == ESCO_LINK) in hci_reject_conn_sync()
|
D | mgmt.c | 3241 if (c->type == SCO_LINK || c->type == ESCO_LINK) in get_connections()
|
/linux-6.6.21/include/net/bluetooth/ |
D | hci_core.h | 1022 case ESCO_LINK: in hci_conn_hash_add() 1051 case ESCO_LINK: in hci_conn_hash_del() 1071 case ESCO_LINK: in hci_conn_num() 1925 case ESCO_LINK: in hci_proto_connect_ind()
|
D | hci.h | 511 #define ESCO_LINK 0x02 macro
|
/linux-6.6.21/drivers/bluetooth/ |
D | hci_vhci.c | 97 if (type != ESCO_LINK) in vhci_get_codec_config_data()
|
D | btmtksdio.c | 967 if (link != ESCO_LINK) { in btmtksdio_get_codec_config_data()
|
D | btintel.c | 2322 if (link != ESCO_LINK) { in btintel_get_codec_config_data()
|
D | btusb.c | 1221 case ESCO_LINK: in btusb_validate_sco_handle()
|