Home
last modified time | relevance | path

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

/aosp12/system/bt/vendor_libs/test_vendor_lib/model/devices/
H A Dsniffer.cc45 bool match_source = device_to_sniff_ == source; in IncomingPacket() local
47 if (!match_source && !match_dest) { in IncomingPacket()
51 (match_source ? (match_dest ? "<->" : "<--") : "-->"), in IncomingPacket()