Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dthread_ftd.h396 void otThreadSetRouterUpgradeThreshold(otInstance *aInstance, uint8_t aThreshold);
/openthread-latest/src/core/api/
Dthread_ftd_api.cpp150 void otThreadSetRouterUpgradeThreshold(otInstance *aInstance, uint8_t aThreshold) in otThreadSetRouterUpgradeThreshold() function
/openthread-latest/src/ncp/
Dncp_base_ftd.cpp573 otThreadSetRouterUpgradeThreshold(mInstance, threshold); in HandlePropertySet()
/openthread-latest/src/cli/
Dcli.cpp6034 … return ProcessGetSet(aArgs, otThreadGetRouterUpgradeThreshold, otThreadSetRouterUpgradeThreshold); in Process()