Searched refs:response_view (Results 1 – 4 of 4) sorted by relevance
138 CommandStatusView response_view = CommandStatusView::Create(event); in on_command_status() local139 ASSERT(response_view.IsValid()); in on_command_status()140 OpCode op_code = response_view.GetCommandOpCode(); in on_command_status()141 ErrorCode status = response_view.GetStatus(); in on_command_status()158 TResponse response_view = TResponse::Create(event); in handle_command_response() local159 ASSERT(response_view.IsValid()); in handle_command_response()160 command_credits_ = response_view.GetNumHciCommandPackets(); in handle_command_response()161 OpCode op_code = response_view.GetCommandOpCode(); in handle_command_response()175 command_queue_.front().GetCallback<TResponse>()->Invoke(move(response_view)); in handle_command_response()
40 CommandStatusView response_view = CommandStatusView::Create(event_view); in log_hci_event() local41 ASSERT(response_view.IsValid()); in log_hci_event()42 log_link_layer_connection_command_status(command_view, response_view.GetStatus()); in log_hci_event()43 log_classic_pairing_command_status(command_view, response_view.GetStatus()); in log_hci_event()
459 LeEnhancedCreditBasedConnectionResponseView response_view = in on_incoming_packet() local461 if (!response_view.IsValid()) { in on_incoming_packet()475 LeEnhancedCreditBasedReconfigureResponseView response_view = in on_incoming_packet() local477 if (!response_view.IsValid()) { in on_incoming_packet()
845 …CreditBasedConnectionResponseView response_view = CreditBasedConnectionResponseView::Create(contro… in handle_one_command() local846 if (!response_view.IsValid()) { in handle_one_command()859 CreditBasedReconfigureResponseView response_view = in handle_one_command() local861 if (!response_view.IsValid()) { in handle_one_command()