Home
last modified time | relevance | path

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

/system/bt/vendor_libs/test_vendor_lib/model/devices/
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()
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()
Dbeacon_swarm.cc73 Address beacon_addr = properties_.GetLeAddress(); in TimerTick()
Dscripted_beacon.cc199 if (packet.GetDestinationAddress() == properties_.GetLeAddress() && in IncomingPacket()
202 properties_.GetLeAddress(), packet.GetSourceAddress(), in IncomingPacket()
Dbroken_adv.cc132 Address le_addr = properties_.GetLeAddress(); in UpdateAdvertisement()
Ddevice_properties.h233 const Address& GetLeAddress() const { in GetLeAddress() function