Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bluetooth/hccontrol/
H A Dsend_recv.c88 case NG_HCI_EVENT_COMMAND_COMPL: { in hci_request()
H A Dhccontrol.c138 bit_set(filter.event_mask, NG_HCI_EVENT_COMMAND_COMPL - 1); in socket_open()
H A Dhost_controller_baseband.c241 case NG_HCI_EVENT_COMMAND_COMPL: { in hci_read_stored_link_key()
/freebsd/sys/netgraph/bluetooth/drivers/ubt/
H A Dng_ubt_intel.c121 if (evt->header.event == NG_HCI_EVENT_COMMAND_COMPL && in ubt_intel_do_hci_request()
/freebsd/lib/libbluetooth/
H A Dhci.c238 bt_devfilter_evt_set(&new, NG_HCI_EVENT_COMMAND_COMPL); in bt_devreq()
276 case NG_HCI_EVENT_COMMAND_COMPL: in bt_devreq()
/freebsd/sys/netgraph/bluetooth/hci/
H A Dng_hci_evnt.c158 case NG_HCI_EVENT_COMMAND_COMPL: in ng_hci_process_event()
/freebsd/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_hci_raw.c945 bit_set(pcb->filter.event_mask, NG_HCI_EVENT_COMMAND_COMPL - 1); in ng_btsocket_hci_raw_attach()
/freebsd/sys/netgraph/bluetooth/include/
H A Dng_hci.h1910 #define NG_HCI_EVENT_COMMAND_COMPL 0x0e macro