Home
last modified time | relevance | path

Searched refs:IsRouterRoleTransitionPending (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/src/core/backbone_router/
Dbbr_local.cpp288 VerifyOrExit(!Get<Mle::MleRouter>().IsRouterRoleTransitionPending()); in HandleTimeTick()
/openthread-latest/src/core/thread/
Dmle_router.hpp264 bool IsRouterRoleTransitionPending(void) const { return mRouterRoleTransition.IsPending(); } in IsRouterRoleTransitionPending() function in ot::Mle::MleRouter
Dmle.cpp784 …fyOrExit(!IsFullThreadDevice() || IsRouter() || !Get<MleRouter>().IsRouterRoleTransitionPending()); in InformPreviousChannel()