Home
last modified time | relevance | path

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

/system/bt/gd/hci/
Dhci_layer.cc123 TResponse response_view = TResponse::Create(event); in handle_command_response() local
124 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()