Symbol: SCO_LINK
drivers/bluetooth/btusb.c
1408
case SCO_LINK:
drivers/bluetooth/btusb.c
2268
hci_conn_num(hdev, SCO_LINK) < 1)
drivers/bluetooth/btusb.c
2295
if (hci_conn_num(hdev, SCO_LINK) != data->sco_num) {
drivers/bluetooth/btusb.c
2296
data->sco_num = hci_conn_num(hdev, SCO_LINK);
drivers/bluetooth/btusb.c
2749
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
1017
case SCO_LINK:
net/bluetooth/hci_conn.c
1100
case SCO_LINK:
net/bluetooth/hci_conn.c
1138
if (conn->type != SCO_LINK && conn->type != ESCO_LINK) {
net/bluetooth/hci_conn.c
1180
case SCO_LINK:
net/bluetooth/hci_conn.c
155
if (conn->type == SCO_LINK || conn->type == ESCO_LINK) {
net/bluetooth/hci_conn.c
2959
case SCO_LINK:
net/bluetooth/hci_conn.c
3134
case SCO_LINK:
net/bluetooth/hci_conn.c
3263
case SCO_LINK:
net/bluetooth/hci_core.c
3363
case SCO_LINK:
net/bluetooth/hci_core.c
3672
hci_sched_sco(hdev, SCO_LINK);
net/bluetooth/hci_core.c
3728
hci_sched_sco(hdev, SCO_LINK);
net/bluetooth/hci_core.c
3778
hci_sched_sco(hdev, SCO_LINK);
net/bluetooth/hci_event.c
3163
if (ev->link_type != SCO_LINK)
net/bluetooth/hci_event.c
3171
conn->type = SCO_LINK;
net/bluetooth/hci_event.c
3251
} else if (ev->link_type == SCO_LINK) {
net/bluetooth/hci_event.c
4527
case SCO_LINK:
net/bluetooth/hci_event.c
5003
case SCO_LINK:
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
340
type = SCO_LINK;