Home
last modified time | relevance | path

Searched refs:RotateRandomAddressCommand (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/gd/hci/
Dle_address_manager.h129 struct RotateRandomAddressCommand {}; struct
143 std::variant<RotateRandomAddressCommand, UpdateIRKCommand, HCICommand> contents;
Dle_address_manager.cc366 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()