Searched refs:hl_type (Results 1 - 6 of 6) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/netbt/
H A Dhci_misc.c72 if (link->hl_type != HCI_LINK_ACL)
H A Dhci_event.c397 if (link->hl_type == HCI_LINK_ACL) {
427 if (link->hl_type == HCI_LINK_ACL) {
755 if (link == NULL || link->hl_type != HCI_LINK_ACL)
800 if (link == NULL || link->hl_type != HCI_LINK_ACL)
845 if (link == NULL || link->hl_type != HCI_LINK_ACL)
887 if (link == NULL || link->hl_type != HCI_LINK_ACL)
1198 if (acl || link->hl_type != HCI_LINK_ACL)
H A Dhci_ioctl.c76 (link->hl_type == HCI_LINK_ACL ? "ACL":"SCO"),
H A Dhci_link.c848 if (link == NULL || link->hl_type == HCI_LINK_ACL) {
897 link->hl_type = type;
929 link->hl_handle, link->hl_type,
1028 if (link->hl_type != type)
H A Dhci_unit.c245 if (acl || link->hl_type != HCI_LINK_ACL)
H A Dhci.h2411 uint8_t hl_type; /* link type */ member in struct:hci_link

Completed in 123 milliseconds