Home
last modified time | relevance | path

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

/system/bt/vendor_libs/test_vendor_lib/model/controller/
Dlink_layer_controller.h110 bool LeWhiteListContainsDevice(Address addr, uint8_t addr_type);
Dlink_layer_controller.cc496 if (LeWhiteListContainsDevice(addr, addr_type) && in IncomingLeAdvertisementPacket()
1054 bool LinkLayerController::LeWhiteListContainsDevice(Address addr, uint8_t addr_type) { in LeWhiteListContainsDevice() function in test_vendor_lib::LinkLayerController