Home
last modified time | relevance | path

Searched refs:otThreadSetRouterDowngradeThreshold (Results 1 – 4 of 4) sorted by relevance

/openthread-latest/include/openthread/
Dthread_ftd.h500 void otThreadSetRouterDowngradeThreshold(otInstance *aInstance, uint8_t aThreshold);
/openthread-latest/src/core/api/
Dthread_ftd_api.cpp192 void otThreadSetRouterDowngradeThreshold(otInstance *aInstance, uint8_t aThreshold) in otThreadSetRouterDowngradeThreshold() function
/openthread-latest/src/ncp/
Dncp_base_ftd.cpp591 otThreadSetRouterDowngradeThreshold(mInstance, threshold); in HandlePropertySet()
/openthread-latest/src/cli/
Dcli.cpp5960 …urn ProcessGetSet(aArgs, otThreadGetRouterDowngradeThreshold, otThreadSetRouterDowngradeThreshold); in Process()