Searched refs:SetLeAddress (Results 1 – 8 of 8) sorted by relevance
65 if (Address::FromString(args[1], addr)) properties_.SetLeAddress(addr); in Initialize()76 properties_.SetLeAddress(beacon_addr); in TimerTick()
55 if (Address::FromString(args[1], addr)) properties_.SetLeAddress(addr); in Initialize()135 properties_.SetLeAddress(le_addr); in UpdateAdvertisement()
70 if (Address::FromString(args[1], addr)) properties_.SetLeAddress(addr); in Initialize()
60 if (Address::FromString(args[1], addr)) properties_.SetLeAddress(addr); in Initialize()
54 if (Address::FromString(args[1], addr)) properties_.SetLeAddress(addr); in Initialize()
87 if (Address::FromString(args[1], addr)) properties_.SetLeAddress(addr); in Initialize()
237 void SetLeAddress(const Address& address) { in SetLeAddress() function
1607 properties_.SetLeAddress(command_view.GetRandomAddress()); in LeSetRandomAddress()