Home
last modified time | relevance | path

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

/openthread-latest/src/core/utils/
Dchannel_manager.hpp289 void SetCcaFailureRateThreshold(uint16_t aThreshold);
Dchannel_manager.cpp482 void ChannelManager::SetCcaFailureRateThreshold(uint16_t aThreshold) in SetCcaFailureRateThreshold() function in ot::Utils::ChannelManager
/openthread-latest/src/core/api/
Dchannel_manager_api.cpp140 … return AsCoreType(aInstance).Get<Utils::ChannelManager>().SetCcaFailureRateThreshold(aThreshold); in otChannelManagerSetCcaFailureRateThreshold()