Searched refs:ESCO_LINK (Results 1 – 12 of 12) sorted by relevance
| /linux/net/bluetooth/ |
| H A D | hci_conn.c | 158 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 D | sco.c | 326 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 D | hci_core.c | 3402 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 D | hci_event.c | 3162 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 D | hci_sync.c | 5707 if (conn->type == SCO_LINK || conn->type == ESCO_LINK) in hci_reject_conn_sync()
|
| H A D | mgmt.c | 3380 if (c->type == SCO_LINK || c->type == ESCO_LINK) in get_connections()
|
| /linux/include/net/bluetooth/ |
| H A D | hci_core.h | 1028 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 D | hci.h | 562 #define ESCO_LINK 0x02 macro
|
| /linux/drivers/bluetooth/ |
| H A D | hci_vhci.c | 97 if (type != ESCO_LINK) in vhci_get_codec_config_data()
|
| H A D | btmtksdio.c | 979 if (link != ESCO_LINK) { in btmtksdio_get_codec_config_data()
|
| H A D | btintel.c | 2400 if (link != ESCO_LINK) { in btintel_get_codec_config_data()
|
| H A D | btusb.c | 1362 case ESCO_LINK: in btusb_validate_sco_handle()
|