Searched refs:NG_HCI_EVENT_COMMAND_COMPL (Results 1 – 12 of 12) sorted by relevance
213 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()
122 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()
578 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()
88 case NG_HCI_EVENT_COMMAND_COMPL: { in hci_request()
138 bit_set(filter.event_mask, NG_HCI_EVENT_COMMAND_COMPL - 1); in socket_open()
241 case NG_HCI_EVENT_COMMAND_COMPL: { in hci_read_stored_link_key()
92 case NG_HCI_EVENT_COMMAND_COMPL: in rtlbt_hci_command()
238 bt_devfilter_evt_set(&new, NG_HCI_EVENT_COMMAND_COMPL); in bt_devreq()276 case NG_HCI_EVENT_COMMAND_COMPL: in bt_devreq()
139 case NG_HCI_EVENT_COMMAND_COMPL: in iwmbt_hci_command()
160 case NG_HCI_EVENT_COMMAND_COMPL: in ng_hci_process_event()
944 bit_set(pcb->filter.event_mask, NG_HCI_EVENT_COMMAND_COMPL - 1); in ng_btsocket_hci_raw_attach()
1970 #define NG_HCI_EVENT_COMMAND_COMPL 0x0e macro