Symbol: SCO_LINK
drivers/bluetooth/btusb.c
1361
case SCO_LINK:
drivers/bluetooth/btusb.c
2221
hci_conn_num(hdev, SCO_LINK) < 1)
drivers/bluetooth/btusb.c
2248
if (hci_conn_num(hdev, SCO_LINK) != data->sco_num) {
drivers/bluetooth/btusb.c
2249
data->sco_num = hci_conn_num(hdev, SCO_LINK);
drivers/bluetooth/btusb.c
2701
hci_conn_num(hdev, SCO_LINK) < 1)
include/net/bluetooth/hci_core.h
1027
case SCO_LINK:
include/net/bluetooth/hci_core.h
1059
case SCO_LINK:
include/net/bluetooth/hci_core.h
1083
case SCO_LINK:
include/net/bluetooth/hci_core.h
2095
case SCO_LINK:
net/bluetooth/hci_conn.c
1034
case SCO_LINK:
net/bluetooth/hci_conn.c
1070
if (conn->type != SCO_LINK && conn->type != ESCO_LINK) {
net/bluetooth/hci_conn.c
1112
case SCO_LINK:
net/bluetooth/hci_conn.c
158
if (conn->type == SCO_LINK || conn->type == ESCO_LINK) {
net/bluetooth/hci_conn.c
2874
case SCO_LINK:
net/bluetooth/hci_conn.c
3049
case SCO_LINK:
net/bluetooth/hci_conn.c
3181
case SCO_LINK:
net/bluetooth/hci_conn.c
951
case SCO_LINK:
net/bluetooth/hci_core.c
3401
case SCO_LINK:
net/bluetooth/hci_core.c
3710
hci_sched_sco(hdev, SCO_LINK);
net/bluetooth/hci_core.c
3766
hci_sched_sco(hdev, SCO_LINK);
net/bluetooth/hci_core.c
3816
hci_sched_sco(hdev, SCO_LINK);
net/bluetooth/hci_event.c
3159
if (ev->link_type != SCO_LINK)
net/bluetooth/hci_event.c
3167
conn->type = SCO_LINK;
net/bluetooth/hci_event.c
3247
} else if (ev->link_type == SCO_LINK) {
net/bluetooth/hci_event.c
4542
case SCO_LINK:
net/bluetooth/hci_event.c
5018
case SCO_LINK:
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
328
type = SCO_LINK;