Searched refs:response_view (Results 1 – 1 of 1) sorted by relevance
123 TResponse response_view = TResponse::Create(event); in handle_command_response() local124 ASSERT(response_view.IsValid()); in handle_command_response()125 command_credits_ = response_view.GetNumHciCommandPackets(); in handle_command_response()126 OpCode op_code = response_view.GetCommandOpCode(); in handle_command_response()140 command_queue_.front().GetCallback<TResponse>()->Invoke(move(response_view)); in handle_command_response()