Home
last modified time | relevance | path

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

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