Home
last modified time | relevance | path

Searched refs:GetRouterDowngradeThreshold (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/core/thread/
Dmle_router.hpp293 uint8_t GetRouterDowngradeThreshold(void) const { return mRouterDowngradeThreshold; } in GetRouterDowngradeThreshold() function in ot::Mle::MleRouter
/openthread-latest/src/core/api/
Dthread_ftd_api.cpp189 return AsCoreType(aInstance).Get<Mle::MleRouter>().GetRouterDowngradeThreshold(); in otThreadGetRouterDowngradeThreshold()