Searched refs:RotateRandomAddressCommand (Results 1 – 2 of 2) sorted by relevance
129 struct RotateRandomAddressCommand {}; struct143 std::variant<RotateRandomAddressCommand, UpdateIRKCommand, HCICommand> contents;
366 Command command = {CommandType::ROTATE_RANDOM_ADDRESS, RotateRandomAddressCommand{}}; in prepare_to_rotate()516 } else if constexpr (std::is_same_v<T, RotateRandomAddressCommand>) { in handle_next_command()