Home
last modified time | relevance | path

Searched refs:hl_type (Results 1 – 7 of 7) sorted by relevance

/dragonfly/sys/netbt/
H A Dhci_link.c86 link->hl_type = HCI_LINK_ACL; in hci_acl_open()
188 link->hl_type = HCI_LINK_ACL; in hci_acl_newconn()
807 sco->hl_type = HCI_LINK_SCO; in hci_sco_newconn()
860 if (link == NULL || link->hl_type == HCI_LINK_ACL) { in hci_sco_recv()
941 link->hl_type, link->hl_state, link->hl_refcnt); in hci_link_free()
1036 if (link->hl_type == type && link->hl_state == state) in hci_link_lookup_state()
1057 if (link->hl_type != type) in hci_link_lookup_bdaddr()
H A Dhci_event.c391 if (link->hl_type == HCI_LINK_ACL) { in hci_event_num_compl_pkts()
422 if (link->hl_type == HCI_LINK_ACL) { in hci_event_num_compl_pkts()
706 if (link == NULL || link->hl_type != HCI_LINK_ACL) in hci_event_auth_compl()
750 if (link == NULL || link->hl_type != HCI_LINK_ACL) in hci_event_encryption_change()
794 if (link == NULL || link->hl_type != HCI_LINK_ACL) in hci_event_change_con_link_key_compl()
1067 if (acl || link->hl_type != HCI_LINK_ACL) in hci_cmd_reset()
H A Dhci_misc.c70 if (link->hl_type != HCI_LINK_ACL) in hci_route_lookup()
H A Dsco_upper.c157 sco->hl_type = HCI_LINK_SCO; in sco_connect()
H A Dhci_ioctl.c74 (link->hl_type == HCI_LINK_ACL ? "ACL":"SCO"), in hci_dump()
H A Dhci_unit.c242 if (acl || link->hl_type != HCI_LINK_ACL) in hci_disable()
H A Dhci.h2396 uint8_t hl_type; /* link type */ member