Home
last modified time | relevance | path

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

/openthread-3.6.0/include/openthread/
Dchannel_manager.h224 uint16_t otChannelManagerGetCcaFailureRateThreshold(otInstance *aInstance);
/openthread-3.6.0/src/core/api/
Dchannel_manager_api.cpp113 uint16_t otChannelManagerGetCcaFailureRateThreshold(otInstance *aInstance) in otChannelManagerGetCcaFailureRateThreshold() function
/openthread-3.6.0/src/cli/
Dcli.cpp1364 … OutputLine("cca threshold: 0x%04x", otChannelManagerGetCcaFailureRateThreshold(GetInstancePtr())); in Process()