Home
last modified time | relevance | path

Searched refs:destination_address (Results 1 – 2 of 2) sorted by relevance

/system/bt/vendor_libs/test_vendor_lib/packets/
Dlink_layer_packets.pdl46 destination_address : Address,
/system/bt/vendor_libs/test_vendor_lib/model/controller/
Dlink_layer_controller.cc169 auto destination_address = incoming.GetDestinationAddress(); in IncomingPacket() local
172 bool address_matches = (destination_address == Address::kEmpty); in IncomingPacket()
175 if (destination_address == properties_.GetAddress() || in IncomingPacket()
176 destination_address == properties_.GetLeAddress()) { in IncomingPacket()
183 advertiser.GetAddress().GetAddress() == destination_address) { in IncomingPacket()