Symbol: NG_HCI_LINK_SCO
sys/netgraph/bluetooth/hci/ng_hci_evnt.c
1164
if (con->link_type != NG_HCI_LINK_SCO)
sys/netgraph/bluetooth/hci/ng_hci_evnt.c
243
count = send_data_packets(unit, NG_HCI_LINK_SCO, count);
sys/netgraph/bluetooth/hci/ng_hci_evnt.c
271
reallink_type = (con->link_type == NG_HCI_LINK_SCO)?
sys/netgraph/bluetooth/hci/ng_hci_evnt.c
272
NG_HCI_LINK_SCO: NG_HCI_LINK_ACL;
sys/netgraph/bluetooth/hci/ng_hci_evnt.c
359
hook = (con->link_type != NG_HCI_LINK_SCO)? unit->acl : unit->sco;
sys/netgraph/bluetooth/hci/ng_hci_evnt.c
955
} else if (con->link_type == NG_HCI_LINK_SCO) {
sys/netgraph/bluetooth/hci/ng_hci_main.c
1042
if (con->link_type != NG_HCI_LINK_SCO) {
sys/netgraph/bluetooth/hci/ng_hci_main.c
923
if (con->link_type == NG_HCI_LINK_SCO) {
sys/netgraph/bluetooth/hci/ng_hci_misc.c
289
if (con->link_type != NG_HCI_LINK_SCO)
sys/netgraph/bluetooth/hci/ng_hci_misc.c
318
if (con->link_type != NG_HCI_LINK_SCO)
sys/netgraph/bluetooth/hci/ng_hci_ulpi.c
1106
if (con->link_type != NG_HCI_LINK_SCO) {
sys/netgraph/bluetooth/hci/ng_hci_ulpi.c
389
if (sco_con->link_type == NG_HCI_LINK_SCO &&
sys/netgraph/bluetooth/hci/ng_hci_ulpi.c
421
sco_con = ng_hci_new_con(unit, NG_HCI_LINK_SCO);
sys/netgraph/bluetooth/hci/ng_hci_ulpi.c
768
if (con->link_type != NG_HCI_LINK_SCO &&
sys/netgraph/bluetooth/hci/ng_hci_ulpi.c
826
if (con->link_type != NG_HCI_LINK_SCO) {
sys/netgraph/bluetooth/hci/ng_hci_ulpi.c
865
if (con->link_type != NG_HCI_LINK_SCO)
sys/netgraph/bluetooth/hci/ng_hci_ulpi.c
95
case NG_HCI_LINK_SCO:
sys/netgraph/bluetooth/socket/ng_btsocket_sco.c
618
ep->link_type = NG_HCI_LINK_SCO;
sys/netgraph/bluetooth/socket/ng_btsocket_sco.c
647
ep->link_type = NG_HCI_LINK_SCO;