Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_central_manager_impl.h399 bool CheckScanFilterConfig(const std::vector<BleScanFilterImpl> &filters);
H A Dble_central_manager_impl.cpp1237 if (!CheckScanFilterConfig(filters)) { in ConfigScanFilter()
1262 bool BleCentralManagerImpl::CheckScanFilterConfig(const std::vector<BleScanFilterImpl> &filters) in CheckScanFilterConfig() function in OHOS::bluetooth::BleCentralManagerImpl