Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/include/openthread/
H A Dthread_ftd.h532 void otThreadSetRouterDowngradeThreshold(otInstance *aInstance, uint8_t aThreshold);
/aosp_15_r20/external/openthread/src/core/api/
H A Dthread_ftd_api.cpp213 void otThreadSetRouterDowngradeThreshold(otInstance *aInstance, uint8_t aThreshold) in otThreadSetRouterDowngradeThreshold() function
/aosp_15_r20/external/openthread/src/ncp/
H A Dncp_base_ftd.cpp591 otThreadSetRouterDowngradeThreshold(mInstance, threshold); in HandlePropertySet()
/aosp_15_r20/external/openthread/src/cli/
H A Dcli.cpp6323 …urn ProcessGetSet(aArgs, otThreadGetRouterDowngradeThreshold, otThreadSetRouterDowngradeThreshold); in Process()