Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/include/openthread/
H A Dchannel_manager.h299 void otChannelManagerSetCcaFailureRateThreshold(otInstance *aInstance, uint16_t aThreshold);
/aosp_15_r20/external/openthread/src/core/api/
H A Dchannel_manager_api.cpp142 void otChannelManagerSetCcaFailureRateThreshold(otInstance *aInstance, uint16_t aThreshold) in otChannelManagerSetCcaFailureRateThreshold() function
/aosp_15_r20/external/openthread/src/cli/
H A Dcli.cpp1625 error = ProcessSet(aArgs + 2, otChannelManagerSetCcaFailureRateThreshold); in Process()