Home
last modified time | relevance | path

Searched refs:HCI_LINK_CLOSED (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/netbt/
H A Dhci_link.c91 case HCI_LINK_CLOSED: in hci_acl_open()
158 if (link->hl_state == HCI_LINK_CLOSED) in hci_acl_close()
214 case HCI_LINK_CLOSED: in hci_acl_timeout()
546 if (link->hl_state == HCI_LINK_CLOSED) { in hci_acl_send()
909 link->hl_state = HCI_LINK_CLOSED; in hci_link_alloc()
1004 link->hl_state = HCI_LINK_CLOSED; in hci_link_free()
H A Dhci.h2418 #define HCI_LINK_CLOSED 0 /* closed */ macro