Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_ble_filter_matcher.cpp22 const std::vector<bluetooth::BleScanFilterImpl> &bleScanFilters, in MatchesScanFilters() argument
26 if (bleScanFilters.empty()) { in MatchesScanFilters()
30 for (const auto &filter : bleScanFilters) { in MatchesScanFilters()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_ble_filter_matcher.h34 …tic MatchResult MatchesScanFilters(const std::vector<bluetooth::BleScanFilterImpl> &bleScanFilters,