Searched refs:SetLeAddress (Results 1 – 7 of 7) sorted by relevance
67 if (Address::FromString(args[1], addr)) properties_.SetLeAddress(addr); in Initialize()78 properties_.SetLeAddress(beacon_addr); in TimerTick()
73 if (Address::FromString(args[1], addr)) properties_.SetLeAddress(addr); in Initialize()153 properties_.SetLeAddress(le_addr); in UpdateAdvertisement()
72 if (Address::FromString(args[1], addr)) properties_.SetLeAddress(addr); in Initialize()
74 if (Address::FromString(args[1], addr)) properties_.SetLeAddress(addr); in Initialize()
58 if (Address::FromString(args[1], addr)) properties_.SetLeAddress(addr); in Initialize()
177 void SetLeAddress(const Address& address) { in SetLeAddress() function
781 properties_.SetLeAddress(args.begin().extract<Address>()); in HciLeSetRandomAddress()