Home
last modified time | relevance | path

Searched refs:SetFiltIndex (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Dble_service_data.h485 void SetFiltIndex(uint8_t filtIndex);
H A Dble_service_data.cpp284 void BleScanFilterImpl::SetFiltIndex(uint8_t filtIndex) in SetFiltIndex() function in OHOS::bluetooth::BleScanFilterImpl
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_central_manager_impl.cpp1304 filter.SetFiltIndex(pimpl->currentFiltIndex_++); in PushFilterToWaitList()
1306 filter.SetFiltIndex(*pimpl->releaseFiltIndex_.begin()); in PushFilterToWaitList()
1369 filter.SetFiltIndex(pimpl->currentFiltIndex_++); in TryConfigScanFilter()