Home
last modified time | relevance | path

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

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