Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/include/openthread/
H A Dthread_ftd.h409 uint8_t otThreadGetRouterUpgradeThreshold(otInstance *aInstance);
/aosp_15_r20/external/openthread/src/core/api/
H A Dthread_ftd_api.cpp148 uint8_t otThreadGetRouterUpgradeThreshold(otInstance *aInstance) in otThreadGetRouterUpgradeThreshold() function
/aosp_15_r20/external/openthread/src/ncp/
H A Dncp_base_ftd.cpp563 return mEncoder.WriteUint8(otThreadGetRouterUpgradeThreshold(mInstance)); in HandlePropertyGet()
/aosp_15_r20/external/openthread/src/cli/
H A Dcli.cpp6397 … return ProcessGetSet(aArgs, otThreadGetRouterUpgradeThreshold, otThreadSetRouterUpgradeThreshold); in Process()