Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dthread_ftd.h383 uint8_t otThreadGetRouterUpgradeThreshold(otInstance *aInstance);
/openthread-latest/src/core/api/
Dthread_ftd_api.cpp145 uint8_t otThreadGetRouterUpgradeThreshold(otInstance *aInstance) in otThreadGetRouterUpgradeThreshold() function
/openthread-latest/src/ncp/
Dncp_base_ftd.cpp563 return mEncoder.WriteUint8(otThreadGetRouterUpgradeThreshold(mInstance)); in HandlePropertyGet()
/openthread-latest/src/cli/
Dcli.cpp6034 … return ProcessGetSet(aArgs, otThreadGetRouterUpgradeThreshold, otThreadSetRouterUpgradeThreshold); in Process()