Home
last modified time | relevance | path

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

/NextBSD/usr.sbin/bluetooth/hccontrol/
HDsend_recv.c87 case NG_HCI_EVENT_COMMAND_COMPL: { in hci_request()
HDhccontrol.c134 bit_set(filter.event_mask, NG_HCI_EVENT_COMMAND_COMPL - 1); in socket_open()
HDhost_controller_baseband.c240 case NG_HCI_EVENT_COMMAND_COMPL: { in hci_read_stored_link_key()
/NextBSD/lib/libbluetooth/
HDhci.c233 bt_devfilter_evt_set(&new, NG_HCI_EVENT_COMMAND_COMPL); in bt_devreq()
271 case NG_HCI_EVENT_COMMAND_COMPL: in bt_devreq()
/NextBSD/sys/netgraph/bluetooth/hci/
HDng_hci_evnt.c157 case NG_HCI_EVENT_COMMAND_COMPL: in ng_hci_process_event()
/NextBSD/sys/netgraph/bluetooth/socket/
HDng_btsocket_hci_raw.c939 bit_set(pcb->filter.event_mask, NG_HCI_EVENT_COMMAND_COMPL - 1); in ng_btsocket_hci_raw_attach()
/NextBSD/sys/netgraph/bluetooth/include/
HDng_hci.h1818 #define NG_HCI_EVENT_COMMAND_COMPL 0x0e macro