Searched refs:response_view (Results 1 – 4 of 4) sorted by relevance
165 CommandStatusView response_view = CommandStatusView::Create(event); in on_command_status() local166 log::assert_that(response_view.IsValid(), "assert failed: response_view.IsValid()"); in on_command_status()167 OpCode op_code = response_view.GetCommandOpCode(); in on_command_status()168 ErrorCode status = response_view.GetStatus(); in on_command_status()184 TResponse response_view = TResponse::Create(event); in handle_command_response() local185 log::assert_that(response_view.IsValid(), "assert failed: response_view.IsValid()"); in handle_command_response()186 command_credits_ = response_view.GetNumHciCommandPackets(); in handle_command_response()187 OpCode op_code = response_view.GetCommandOpCode(); in handle_command_response()239 (*command_queue_.front().GetCallback<TResponse>())(std::move(response_view)); in handle_command_response()
46 CommandStatusView response_view = CommandStatusView::Create(event_view); in log_hci_event() local47 log::assert_that(response_view.IsValid(), "assert failed: response_view.IsValid()"); in log_hci_event()48 if (response_view.GetCommandOpCode() == OpCode::NONE) { in log_hci_event()52 log_link_layer_connection_command_status(command_view, response_view.GetStatus()); in log_hci_event()53 log_classic_pairing_command_status(command_view, response_view.GetStatus()); in log_hci_event()
467 LeEnhancedCreditBasedConnectionResponseView response_view = in on_incoming_packet() local469 if (!response_view.IsValid()) { in on_incoming_packet()483 LeEnhancedCreditBasedReconfigureResponseView response_view = in on_incoming_packet() local485 if (!response_view.IsValid()) { in on_incoming_packet()
868 …CreditBasedConnectionResponseView response_view = CreditBasedConnectionResponseView::Create(contro… in handle_one_command() local869 if (!response_view.IsValid()) { in handle_one_command()882 CreditBasedReconfigureResponseView response_view = in handle_one_command() local884 if (!response_view.IsValid()) { in handle_one_command()