Home
last modified time | relevance | path

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

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