Searched refs:command_reject_view (Results 1 – 4 of 4) sorted by relevance
121 void LeSignallingManager::OnCommandReject(LeCommandRejectView command_reject_view) { in OnCommandReject() argument122 auto signal_id = command_reject_view.GetIdentifier(); in OnCommandReject()368 LeCommandRejectView command_reject_view = LeCommandRejectView::Create(control_packet_view); in on_incoming_packet() local369 if (!command_reject_view.IsValid()) { in on_incoming_packet()372 OnCommandReject(command_reject_view); in on_incoming_packet()
124 void OnCommandReject(LeCommandRejectView command_reject_view);
65 void OnCommandReject(CommandRejectView command_reject_view);
76 void ClassicSignallingManager::OnCommandReject(CommandRejectView command_reject_view) { in OnCommandReject() argument77 if (command_just_sent_.signal_id_ != command_reject_view.GetIdentifier()) { in OnCommandReject()741 CommandRejectView command_reject_view = CommandRejectView::Create(control_packet_view); in handle_one_command() local742 if (!command_reject_view.IsValid()) { in handle_one_command()745 OnCommandReject(command_reject_view); in handle_one_command()