Home
last modified time | relevance | path

Searched refs:HCI_COMMAND_COMPLETE_EVT (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/hci/
Dhci_layer.c447 if (event_code == HCI_COMMAND_COMPLETE_EVT) { in filter_incoming_event()
509 if (event_code == HCI_COMMAND_COMPLETE_EVT || !metadata->command_status_cb) { in filter_incoming_event()
Dhci_packet_parser.c246 assert(event_code == HCI_COMMAND_COMPLETE_EVT); in read_command_complete_header()
/hal_espressif-latest/components/bt/host/bluedroid/stack/btu/
Dbtu_hcif.c241 case HCI_COMMAND_COMPLETE_EVT: in btu_hcif_process_event()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dhcidefs.h741 #define HCI_COMMAND_COMPLETE_EVT 0x0E macro