Home
last modified time | relevance | path

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

/openthread-3.5.0/src/core/utils/
Dchannel_manager.hpp233 uint16_t GetCcaFailureRateThreshold(void) const { return mCcaFailureRateThreshold; } in GetCcaFailureRateThreshold() function in ot::Utils::ChannelManager
/openthread-3.5.0/src/core/api/
Dchannel_manager_api.cpp115 return AsCoreType(aInstance).Get<Utils::ChannelManager>().GetCcaFailureRateThreshold(); in otChannelManagerGetCcaFailureRateThreshold()