Searched refs:HCI_COMMAND_COMPLETE_EVT (Results 1 – 5 of 5) sorted by relevance
47 std::unique_ptr<EventPacket>(new EventPacket(HCI_COMMAND_COMPLETE_EVT)); in CreateCommandCompleteEvent()60 std::unique_ptr<EventPacket>(new EventPacket(HCI_COMMAND_COMPLETE_EVT)); in CreateCommandCompleteOnlyStatusEvent()
242 CHECK(event_code == HCI_COMMAND_COMPLETE_EVT); in read_command_complete_header()
584 if (event_code == HCI_COMMAND_COMPLETE_EVT) { in filter_incoming_event()655 if (event_code == HCI_COMMAND_COMPLETE_EVT || !wait_entry->status_callback) in filter_incoming_event()
207 case HCI_COMMAND_COMPLETE_EVT: in btu_hcif_process_event()731 HCI_READ_ENCR_KEY_SIZE, HCI_COMMAND_COMPLETE_EVT, status, 0, key_size); in read_encryption_key_size_complete_after_encryption_change()1701 HCI_READ_ENCR_KEY_SIZE, HCI_COMMAND_COMPLETE_EVT, status, 0, key_size); in read_encryption_key_size_complete_after_key_refresh()
526 #define HCI_COMMAND_COMPLETE_EVT 0x0E macro