Home
last modified time | relevance | path

Searched refs:GetLeAddress (Results 1 – 7 of 7) sorted by relevance

/aosp12/system/bt/vendor_libs/test_vendor_lib/model/devices/
H A Dbeacon.cc45 std::string dev = GetTypeString() + "@" + properties_.GetLeAddress().ToString(); in ToString()
65 properties_.GetLeAddress(), Address::kEmpty, in TimerTick()
78 if (packet.GetDestinationAddress() == properties_.GetLeAddress() && in IncomingPacket()
81 properties_.GetLeAddress(), packet.GetSourceAddress(), in IncomingPacket()
H A Dloopback.cc51 std::string dev = GetTypeString() + "@" + properties_.GetLeAddress().ToString(); in ToString()
71 if (packet.GetDestinationAddress() == properties_.GetLeAddress() && in IncomingPacket()
76 properties_.GetLeAddress(), packet.GetSourceAddress(), in IncomingPacket()
H A Dscripted_beacon.cc199 if (packet.GetDestinationAddress() == properties_.GetLeAddress() && in IncomingPacket()
202 properties_.GetLeAddress(), packet.GetSourceAddress(), in IncomingPacket()
H A Dbeacon_swarm.cc73 Address beacon_addr = properties_.GetLeAddress(); in TimerTick()
H A Dbroken_adv.cc132 Address le_addr = properties_.GetLeAddress(); in UpdateAdvertisement()
H A Ddevice_properties.h233 const Address& GetLeAddress() const { in GetLeAddress() function
/aosp12/system/bt/vendor_libs/test_vendor_lib/model/controller/
H A Dlink_layer_controller.cc203 destination_address == properties_.GetLeAddress()) { in IncomingPacket()
1164 properties_.GetLeAddress(), address); in IncomingLeAdvertisementPacket()
1189 own_address = properties_.GetLeAddress(); in IncomingLeAdvertisementPacket()
2877 if (properties_.GetLeAddress().ToString() == "bb:bb:bb:ba:d0:1e" || in SetLeAdvertisingEnable()
2878 properties_.GetLeAddress() == Address::kEmpty) { in SetLeAdvertisingEnable()
2881 own_address = properties_.GetLeAddress(); in SetLeAdvertisingEnable()