OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HCI_LINK_ACL
(Results
1 - 7
of
7
) sorted by relevancy
/src/sys/netbt/
hci_event.c
407
if (link->hl_type ==
HCI_LINK_ACL
) {
437
if (link->hl_type ==
HCI_LINK_ACL
) {
588
(ep.link_type ==
HCI_LINK_ACL
? "ACL" : "SCO"),
640
if (ep.link_type ==
HCI_LINK_ACL
) {
717
ep.link_type ==
HCI_LINK_ACL
? "ACL" : "SCO");
719
if (ep.link_type ==
HCI_LINK_ACL
)
766
if (link == NULL || link->hl_type !=
HCI_LINK_ACL
)
810
if (link == NULL || link->hl_type !=
HCI_LINK_ACL
)
862
if (link == NULL || link->hl_type !=
HCI_LINK_ACL
)
904
if (link == NULL || link->hl_type !=
HCI_LINK_ACL
)
[
all
...]
hci_misc.c
72
if (link->hl_type !=
HCI_LINK_ACL
)
hci_link.c
78
link = hci_link_lookup_bdaddr(unit, bdaddr,
HCI_LINK_ACL
);
80
link = hci_link_alloc(unit, bdaddr,
HCI_LINK_ACL
);
190
link = hci_link_lookup_bdaddr(unit, bdaddr,
HCI_LINK_ACL
);
198
link = hci_link_alloc(unit, bdaddr,
HCI_LINK_ACL
);
790
acl = hci_link_lookup_bdaddr(unit, bdaddr,
HCI_LINK_ACL
);
857
if (link == NULL || link->hl_type ==
HCI_LINK_ACL
) {
hci_ioctl.c
76
(link->hl_type ==
HCI_LINK_ACL
? "ACL":"SCO"),
sco_upper.c
153
acl = hci_link_lookup_bdaddr(unit, &pcb->sp_raddr,
HCI_LINK_ACL
);
hci_unit.c
245
if (acl || link->hl_type !=
HCI_LINK_ACL
)
hci.h
206
#define
HCI_LINK_ACL
0x01 /* Data */
Completed in 46 milliseconds
Indexes created Tue Oct 28 12:10:06 GMT 2025