Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/hci/
Dhci_layer.cc165 CommandStatusView response_view = CommandStatusView::Create(event); in on_command_status() local
166 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() local
185 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()
Dhci_metrics_logging.cc46 CommandStatusView response_view = CommandStatusView::Create(event_view); in log_hci_event() local
47 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()
/packages/modules/Bluetooth/system/gd/l2cap/le/internal/
Dsignalling_manager.cc467 LeEnhancedCreditBasedConnectionResponseView response_view = in on_incoming_packet() local
469 if (!response_view.IsValid()) { in on_incoming_packet()
483 LeEnhancedCreditBasedReconfigureResponseView response_view = in on_incoming_packet() local
485 if (!response_view.IsValid()) { in on_incoming_packet()
/packages/modules/Bluetooth/system/gd/l2cap/classic/internal/
Dsignalling_manager.cc868 …CreditBasedConnectionResponseView response_view = CreditBasedConnectionResponseView::Create(contro… in handle_one_command() local
869 if (!response_view.IsValid()) { in handle_one_command()
882 CreditBasedReconfigureResponseView response_view = in handle_one_command() local
884 if (!response_view.IsValid()) { in handle_one_command()