Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/
Dle_address_manager.h134 struct RotateRandomAddressCommand {}; struct
149 std::variant<RotateRandomAddressCommand, UpdateIRKCommand, HCICommand> contents;
Dle_address_manager.cc422 Command command = {CommandType::ROTATE_RANDOM_ADDRESS, RotateRandomAddressCommand{}}; in prepare_to_rotate()
641 } else if constexpr (std::is_same_v<T, RotateRandomAddressCommand>) { in handle_next_command()