Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dthread_ftd.h487 uint8_t otThreadGetRouterDowngradeThreshold(otInstance *aInstance);
/openthread-latest/src/core/api/
Dthread_ftd_api.cpp187 uint8_t otThreadGetRouterDowngradeThreshold(otInstance *aInstance) in otThreadGetRouterDowngradeThreshold() function
/openthread-latest/src/ncp/
Dncp_base_ftd.cpp581 return mEncoder.WriteUint8(otThreadGetRouterDowngradeThreshold(mInstance)); in HandlePropertyGet()
/openthread-latest/src/cli/
Dcli.cpp5960 …return ProcessGetSet(aArgs, otThreadGetRouterDowngradeThreshold, otThreadSetRouterDowngradeThresho… in Process()