Home
last modified time | relevance | path

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

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