Searched refs:command_reject_view (Results 1 – 4 of 4) sorted by relevance
117 void LeSignallingManager::OnCommandReject(LeCommandRejectView command_reject_view) { in OnCommandReject() argument118 auto signal_id = command_reject_view.GetIdentifier(); in OnCommandReject()364 LeCommandRejectView command_reject_view = LeCommandRejectView::Create(control_packet_view); in on_incoming_packet() local365 if (!command_reject_view.IsValid()) { in on_incoming_packet()368 OnCommandReject(command_reject_view); in on_incoming_packet()
116 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()733 CommandRejectView command_reject_view = CommandRejectView::Create(control_packet_view); in handle_one_command() local734 if (!command_reject_view.IsValid()) { in handle_one_command()737 OnCommandReject(command_reject_view); in handle_one_command()