Home
last modified time | relevance | path

Searched refs:SetLeAddress (Results 1 – 8 of 8) sorted by relevance

/system/bt/vendor_libs/test_vendor_lib/model/devices/
Dbeacon_swarm.cc65 if (Address::FromString(args[1], addr)) properties_.SetLeAddress(addr); in Initialize()
76 properties_.SetLeAddress(beacon_addr); in TimerTick()
Dbroken_adv.cc55 if (Address::FromString(args[1], addr)) properties_.SetLeAddress(addr); in Initialize()
135 properties_.SetLeAddress(le_addr); in UpdateAdvertisement()
Dkeyboard.cc70 if (Address::FromString(args[1], addr)) properties_.SetLeAddress(addr); in Initialize()
Dloopback.cc60 if (Address::FromString(args[1], addr)) properties_.SetLeAddress(addr); in Initialize()
Dbeacon.cc54 if (Address::FromString(args[1], addr)) properties_.SetLeAddress(addr); in Initialize()
Dscripted_beacon.cc87 if (Address::FromString(args[1], addr)) properties_.SetLeAddress(addr); in Initialize()
Ddevice_properties.h237 void SetLeAddress(const Address& address) { in SetLeAddress() function
/system/bt/vendor_libs/test_vendor_lib/model/controller/
Ddual_mode_controller.cc1607 properties_.SetLeAddress(command_view.GetRandomAddress()); in LeSetRandomAddress()