Symbol: ESCO_LINK
drivers/bluetooth/btintel.c
2400
if (link != ESCO_LINK) {
drivers/bluetooth/btmtksdio.c
979
if (link != ESCO_LINK) {
drivers/bluetooth/btusb.c
1362
case ESCO_LINK:
drivers/bluetooth/hci_vhci.c
97
if (type != ESCO_LINK)
include/net/bluetooth/hci_core.h
1028
case ESCO_LINK:
include/net/bluetooth/hci_core.h
1060
case ESCO_LINK:
include/net/bluetooth/hci_core.h
1084
case ESCO_LINK:
include/net/bluetooth/hci_core.h
2096
case ESCO_LINK:
net/bluetooth/hci_conn.c
1043
case ESCO_LINK:
net/bluetooth/hci_conn.c
1070
if (conn->type != SCO_LINK && conn->type != ESCO_LINK) {
net/bluetooth/hci_conn.c
1113
case ESCO_LINK:
net/bluetooth/hci_conn.c
158
if (conn->type == SCO_LINK || conn->type == ESCO_LINK) {
net/bluetooth/hci_conn.c
248
err = hdev->get_codec_config_data(hdev, ESCO_LINK, codec, &vnd_len,
net/bluetooth/hci_conn.c
2920
case ESCO_LINK:
net/bluetooth/hci_conn.c
3050
case ESCO_LINK:
net/bluetooth/hci_conn.c
3182
case ESCO_LINK:
net/bluetooth/hci_conn.c
952
case ESCO_LINK:
net/bluetooth/hci_core.c
3402
case ESCO_LINK:
net/bluetooth/hci_core.c
3711
hci_sched_sco(hdev, ESCO_LINK);
net/bluetooth/hci_core.c
3767
hci_sched_sco(hdev, ESCO_LINK);
net/bluetooth/hci_core.c
3817
hci_sched_sco(hdev, ESCO_LINK);
net/bluetooth/hci_event.c
3162
conn = hci_conn_hash_lookup_ba(hdev, ESCO_LINK,
net/bluetooth/hci_event.c
4543
case ESCO_LINK:
net/bluetooth/hci_event.c
5019
case ESCO_LINK:
net/bluetooth/hci_event.c
5037
if (ev->link_type == ESCO_LINK)
net/bluetooth/hci_event.c
5049
conn = hci_conn_hash_lookup_ba(hdev, ESCO_LINK, &ev->bdaddr);
net/bluetooth/hci_sync.c
5707
if (conn->type == SCO_LINK || conn->type == ESCO_LINK)
net/bluetooth/mgmt.c
3380
if (c->type == SCO_LINK || c->type == ESCO_LINK)
net/bluetooth/sco.c
1455
if (hcon->type != SCO_LINK && hcon->type != ESCO_LINK)
net/bluetooth/sco.c
1474
if (hcon->type != SCO_LINK && hcon->type != ESCO_LINK)
net/bluetooth/sco.c
326
type = ESCO_LINK;