Searched refs:PushFilterToWaitList (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/ |
H A D | ble_central_manager_impl.h | 400 void PushFilterToWaitList(BleScanFilterImpl filter, int scannerId, uint8_t action);
|
H A D | ble_central_manager_impl.cpp | 1243 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()
|