Symbol: NG_HCI_LINK_ACL
sys/netgraph/bluetooth/hci/ng_hci_cmds.c
514
} else if (con->link_type != NG_HCI_LINK_ACL) {
sys/netgraph/bluetooth/hci/ng_hci_evnt.c
1008
n = ng_hci_get_neighbor(unit, &con->bdaddr, NG_HCI_LINK_ACL);
sys/netgraph/bluetooth/hci/ng_hci_evnt.c
1017
n->addrtype = NG_HCI_LINK_ACL;
sys/netgraph/bluetooth/hci/ng_hci_evnt.c
1055
} else if (con->link_type != NG_HCI_LINK_ACL) {
sys/netgraph/bluetooth/hci/ng_hci_evnt.c
1102
con = ng_hci_con_by_bdaddr(unit, &ep->bdaddr, NG_HCI_LINK_ACL);
sys/netgraph/bluetooth/hci/ng_hci_evnt.c
1205
} else if (con->link_type != NG_HCI_LINK_ACL) {
sys/netgraph/bluetooth/hci/ng_hci_evnt.c
1230
(*mtod(event, u_int8_t *) == NG_HCI_LINK_ACL)? "ACL" : "SCO");
sys/netgraph/bluetooth/hci/ng_hci_evnt.c
1265
n = ng_hci_get_neighbor(unit, &con->bdaddr, NG_HCI_LINK_ACL);
sys/netgraph/bluetooth/hci/ng_hci_evnt.c
1274
n->addrtype = NG_HCI_LINK_ACL;
sys/netgraph/bluetooth/hci/ng_hci_evnt.c
1312
} else if (con->link_type != NG_HCI_LINK_ACL) {
sys/netgraph/bluetooth/hci/ng_hci_evnt.c
1345
n = ng_hci_get_neighbor(unit, &ep->bdaddr, NG_HCI_LINK_ACL);
sys/netgraph/bluetooth/hci/ng_hci_evnt.c
1354
n->addrtype = NG_HCI_LINK_ACL;
sys/netgraph/bluetooth/hci/ng_hci_evnt.c
1380
n = ng_hci_get_neighbor(unit, &ep->bdaddr, NG_HCI_LINK_ACL);
sys/netgraph/bluetooth/hci/ng_hci_evnt.c
1389
n->addrtype = NG_HCI_LINK_ACL;
sys/netgraph/bluetooth/hci/ng_hci_evnt.c
230
count = send_data_packets(unit, NG_HCI_LINK_ACL, count);
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
636
n = ng_hci_get_neighbor(unit, &bdaddr, NG_HCI_LINK_ACL);
sys/netgraph/bluetooth/hci/ng_hci_evnt.c
648
n->addrtype = NG_HCI_LINK_ACL;
sys/netgraph/bluetooth/hci/ng_hci_evnt.c
755
if (ep->link_type == NG_HCI_LINK_ACL) {
sys/netgraph/bluetooth/hci/ng_hci_main.c
109
case NG_HCI_LINK_ACL:
sys/netgraph/bluetooth/hci/ng_hci_ulpi.c
1193
if (con->link_type != NG_HCI_LINK_ACL) {
sys/netgraph/bluetooth/hci/ng_hci_ulpi.c
163
con = ng_hci_con_by_bdaddr(unit, &ep->bdaddr, NG_HCI_LINK_ACL);
sys/netgraph/bluetooth/hci/ng_hci_ulpi.c
228
con = ng_hci_new_con(unit, NG_HCI_LINK_ACL);
sys/netgraph/bluetooth/hci/ng_hci_ulpi.c
280
n = ng_hci_get_neighbor(unit, &ep->bdaddr, NG_HCI_LINK_ACL);
sys/netgraph/bluetooth/hci/ng_hci_ulpi.c
343
if (acl_con->link_type == NG_HCI_LINK_ACL &&
sys/netgraph/bluetooth/hci/ng_hci_ulpi.c
93
case NG_HCI_LINK_ACL:
sys/netgraph/bluetooth/l2cap/ng_l2cap_cmds.c
109
(con->linktype == NG_HCI_LINK_ACL)?
sys/netgraph/bluetooth/l2cap/ng_l2cap_evnt.c
481
else if( con->linktype != NG_HCI_LINK_ACL)
sys/netgraph/bluetooth/l2cap/ng_l2cap_llpi.c
263
rp->link_type = NG_HCI_LINK_ACL;
sys/netgraph/bluetooth/l2cap/ng_l2cap_llpi.c
549
int len, flag = (con->linktype == NG_HCI_LINK_ACL) ? NG_HCI_PACKET_START : NG_HCI_LE_PACKET_START;
sys/netgraph/bluetooth/l2cap/ng_l2cap_misc.c
348
(con->linktype!= NG_HCI_LINK_ACL));
sys/netgraph/bluetooth/l2cap/ng_l2cap_misc.c
392
(ch->con->linktype == NG_HCI_LINK_ACL ))
sys/netgraph/bluetooth/l2cap/ng_l2cap_misc.c
395
(ch->con->linktype != NG_HCI_LINK_ACL ))
sys/netgraph/bluetooth/l2cap/ng_l2cap_ulpi.c
1027
idtype = (con->linktype==NG_HCI_LINK_ACL)?
sys/netgraph/bluetooth/l2cap/ng_l2cap_ulpi.c
1504
con = ng_l2cap_con_by_addr(l2cap, &ip->bdaddr, NG_HCI_LINK_ACL);
sys/netgraph/bluetooth/l2cap/ng_l2cap_ulpi.c
1507
error = ng_l2cap_lp_con_req(l2cap, &ip->bdaddr, NG_HCI_LINK_ACL);
sys/netgraph/bluetooth/l2cap/ng_l2cap_ulpi.c
1516
con = ng_l2cap_con_by_addr(l2cap, &ip->bdaddr, NG_HCI_LINK_ACL);
sys/netgraph/bluetooth/l2cap/ng_l2cap_ulpi.c
203
op->idtype = (ch->con->linktype == NG_HCI_LINK_ACL)?
sys/netgraph/bluetooth/l2cap/ng_l2cap_ulpi.c
248
,(ip->linktype == NG_HCI_LINK_ACL)?
sys/netgraph/bluetooth/l2cap/ng_l2cap_ulpi.c
372
op->idtype =(ch->con->linktype ==NG_HCI_LINK_ACL)?
sys/netgraph/bluetooth/l2cap/ng_l2cap_ulpi.c
970
op->idtype = (ch->con->linktype == NG_HCI_LINK_ACL)?
sys/netgraph/bluetooth/socket/ng_btsocket_l2cap.c
233
return NG_HCI_LINK_ACL;
usr.sbin/bluetooth/hccontrol/node.c
317
(r.connections[n].link_type == NG_HCI_LINK_ACL)?