Symbol: ESCO_LINK
drivers/bluetooth/btintel.c
2467
if (link != ESCO_LINK) {
drivers/bluetooth/btmtksdio.c
992
if (link != ESCO_LINK) {
drivers/bluetooth/btusb.c
1409
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
1018
case ESCO_LINK:
net/bluetooth/hci_conn.c
1109
case ESCO_LINK:
net/bluetooth/hci_conn.c
1138
if (conn->type != SCO_LINK && conn->type != ESCO_LINK) {
net/bluetooth/hci_conn.c
1181
case ESCO_LINK:
net/bluetooth/hci_conn.c
155
if (conn->type == SCO_LINK || conn->type == ESCO_LINK) {
net/bluetooth/hci_conn.c
245
err = hdev->get_codec_config_data(hdev, ESCO_LINK, codec, &vnd_len,
net/bluetooth/hci_conn.c
3005
case ESCO_LINK:
net/bluetooth/hci_conn.c
3135
case ESCO_LINK:
net/bluetooth/hci_conn.c
3264
case ESCO_LINK:
net/bluetooth/hci_core.c
3364
case ESCO_LINK:
net/bluetooth/hci_core.c
3673
hci_sched_sco(hdev, ESCO_LINK);
net/bluetooth/hci_core.c
3729
hci_sched_sco(hdev, ESCO_LINK);
net/bluetooth/hci_core.c
3779
hci_sched_sco(hdev, ESCO_LINK);
net/bluetooth/hci_event.c
3166
conn = hci_conn_hash_lookup_ba(hdev, ESCO_LINK,
net/bluetooth/hci_event.c
4528
case ESCO_LINK:
net/bluetooth/hci_event.c
5004
case ESCO_LINK:
net/bluetooth/hci_event.c
5022
if (ev->link_type == ESCO_LINK)
net/bluetooth/hci_event.c
5034
conn = hci_conn_hash_lookup_ba(hdev, ESCO_LINK, &ev->bdaddr);
net/bluetooth/hci_sync.c
5857
if (conn->type == SCO_LINK || conn->type == ESCO_LINK)
net/bluetooth/mgmt.c
3403
if (c->type == SCO_LINK || c->type == ESCO_LINK)
net/bluetooth/sco.c
1506
if (hcon->type != SCO_LINK && hcon->type != ESCO_LINK)
net/bluetooth/sco.c
1527
if (hcon->type != SCO_LINK && hcon->type != ESCO_LINK)
net/bluetooth/sco.c
338
type = ESCO_LINK;