Home
last modified time | relevance | path

Searched refs:HCI_EV_CMD_COMPLETE (Results 1 – 9 of 9) sorted by relevance

/linux-6.15/drivers/bluetooth/
H A Dhci_aml.c143 HCI_EV_CMD_COMPLETE, HCI_INIT_TIMEOUT); in aml_send_tci_cmd()
327 HCI_EV_CMD_COMPLETE, HCI_INIT_TIMEOUT); in aml_send_reset()
347 HCI_EV_CMD_COMPLETE, HCI_INIT_TIMEOUT); in aml_dump_fw_version()
383 HCI_EV_CMD_COMPLETE, HCI_INIT_TIMEOUT); in aml_set_bdaddr()
H A Dbtqca.c261 NULL, HCI_EV_CMD_COMPLETE, HCI_INIT_TIMEOUT); in qca_send_pre_shutdown_cmd()
556 hdr->evt = HCI_EV_CMD_COMPLETE; in qca_inject_cmd_complete_event()
681 HCI_EV_CMD_COMPLETE, HCI_INIT_TIMEOUT); in qca_disable_soc_logging()
H A Dbtmrvl_main.c46 if (hdr->evt == HCI_EV_CMD_COMPLETE) { in btmrvl_check_evtpkt()
H A Dhci_intel.c448 hdr->evt = HCI_EV_CMD_COMPLETE; in inject_cmd_complete()
H A Dbtusb.c2580 hdr->evt = HCI_EV_CMD_COMPLETE; in inject_cmd_complete()
2944 HCI_EV_CMD_COMPLETE, HCI_INIT_TIMEOUT); in btusb_set_bdaddr_wcn6855()
H A Dbtintel_pcie.c1788 hdr->evt = HCI_EV_CMD_COMPLETE; in btintel_pcie_inject_cmd_complete()
/linux-6.15/net/bluetooth/
H A Dhci_sock.c191 if (flt_event == HCI_EV_CMD_COMPLETE && in is_filtered_packet()
H A Dhci_event.c7214 if (hdr->evt != HCI_EV_CMD_COMPLETE) { in hci_get_cmd_complete()
7376 HCI_EV_REQ_VL(HCI_EV_CMD_COMPLETE, hci_cmd_complete_evt,
7539 event == HCI_EV_CMD_COMPLETE) in hci_event_packet()
/linux-6.15/include/net/bluetooth/
H A Dhci.h2312 #define HCI_EV_CMD_COMPLETE 0x0e macro