Home
last modified time | relevance | path

Searched refs:NG_HCI_UNIT_INITED (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/sys/netgraph/bluetooth/hci/
Dng_hci_main.c271 unit->state &= ~(NG_HCI_UNIT_CONNECTED|NG_HCI_UNIT_INITED); in ng_hci_disconnect()
371 unit->state |= NG_HCI_UNIT_INITED; in ng_hci_default_rcvmsg()
Dng_hci_cmds.c656 unit->state &= ~NG_HCI_UNIT_INITED; in process_hc_baseband_params()
/freebsd-12-stable/sys/netgraph/bluetooth/include/
Dng_hci.h496 #define NG_HCI_UNIT_INITED (1 << 1) macro
497 #define NG_HCI_UNIT_READY (NG_HCI_UNIT_CONNECTED|NG_HCI_UNIT_INITED)