Home
last modified time | relevance | path

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

/freebsd/sys/netgraph/bluetooth/drivers/ubt/
H A Dng_ubt_rtl.c213 evt->header.event = NG_HCI_EVENT_COMMAND_COMPL; in ubt_rtl_do_hci_request()
220 if (evt->header.event == NG_HCI_EVENT_COMMAND_COMPL && in ubt_rtl_do_hci_request()
H A Dng_ubt_intel.c122 evt->header.event = NG_HCI_EVENT_COMMAND_COMPL; in ubt_intel_do_hci_request()
153 evt->header.event = NG_HCI_EVENT_COMMAND_COMPL; in ubt_intel_get_img_type()
H A Dng_ubt.c578 NG_HCI_EVENT_COMMAND_COMPL) in ubt_do_hci_request()
873 if (evt->header.event == NG_HCI_EVENT_COMMAND_COMPL) { in ubt_probe_intr_callback()
/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/usr.sbin/bluetooth/rtlbtfw/
H A Drtlbt_hw.c92 case NG_HCI_EVENT_COMMAND_COMPL: in rtlbt_hci_command()
/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/usr.sbin/bluetooth/iwmbtfw/
H A Diwmbt_hw.c139 case NG_HCI_EVENT_COMMAND_COMPL: in iwmbt_hci_command()
/freebsd/sys/netgraph/bluetooth/hci/
H A Dng_hci_evnt.c160 case NG_HCI_EVENT_COMMAND_COMPL: in ng_hci_process_event()
/freebsd/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_hci_raw.c944 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.h1970 #define NG_HCI_EVENT_COMMAND_COMPL 0x0e macro