Home
last modified time | relevance | path

Searched refs:PushFilterToWaitList (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.h400 void PushFilterToWaitList(BleScanFilterImpl filter, int scannerId, uint8_t action);
H A Dble_central_manager_impl.cpp1243 PushFilterToWaitList(filter, scannerId, FILTER_ACTION_ADD); in ConfigScanFilter()
1246 PushFilterToWaitList(filter, scannerId, FILTER_ACTION_ADD); in ConfigScanFilter()
1298 void BleCentralManagerImpl::PushFilterToWaitList(BleScanFilterImpl filter, int scannerId, uint8_t a… in PushFilterToWaitList() function in OHOS::bluetooth::BleCentralManagerImpl
1321 PushFilterToWaitList(filterImpl, scannerId, action); in PushStartOrStopAction()
1389 PushFilterToWaitList(it->second, scannerId, FILTER_ACTION_DELETE); in RemoveScanFilter()