Searched refs:command_reject_view (Results 1 – 4 of 4) sorted by relevance
125 void LeSignallingManager::OnCommandReject(LeCommandRejectView command_reject_view) { in OnCommandReject() argument126 auto signal_id = command_reject_view.GetIdentifier(); in OnCommandReject()376 LeCommandRejectView command_reject_view = LeCommandRejectView::Create(control_packet_view); in on_incoming_packet() local377 if (!command_reject_view.IsValid()) { in on_incoming_packet()380 OnCommandReject(command_reject_view); in on_incoming_packet()
124 void OnCommandReject(LeCommandRejectView command_reject_view);
78 void ClassicSignallingManager::OnCommandReject(CommandRejectView command_reject_view) { in OnCommandReject() argument79 if (command_just_sent_.signal_id_ != command_reject_view.GetIdentifier()) { in OnCommandReject()764 CommandRejectView command_reject_view = CommandRejectView::Create(control_packet_view); in handle_one_command() local765 if (!command_reject_view.IsValid()) { in handle_one_command()768 OnCommandReject(command_reject_view); in handle_one_command()
65 void OnCommandReject(CommandRejectView command_reject_view);