Home
last modified time | relevance | path

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

/system/bt/hci/src/
Dhci_packet_parser.cc242 CHECK(event_code == HCI_COMMAND_COMPLETE_EVT); in read_command_complete_header()
Dhci_layer.cc645 if (event_code == HCI_COMMAND_COMPLETE_EVT) { in filter_incoming_event()
728 if (event_code == HCI_COMMAND_COMPLETE_EVT || !wait_entry->status_callback) in filter_incoming_event()
/system/bt/stack/include/
Dhcidefs.h532 #define HCI_COMMAND_COMPLETE_EVT 0x0E macro
/system/bt/stack/btu/
Dbtu_hcif.cc356 case HCI_COMMAND_COMPLETE_EVT: in btu_hcif_process_event()