Home
last modified time | relevance | path

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

/openthread-latest/src/core/backbone_router/
Dbbr_local.cpp104 if (mState == kStatePrimary) in Reset()
220 case kStatePrimary: in SetState()
225 if (aState == kStatePrimary) in SetState()
276 SetState(kStatePrimary); in HandleBackboneRouterPrimaryUpdate()
Dbbr_local.hpp87 kStatePrimary = OT_BACKBONE_ROUTER_STATE_PRIMARY, ///< The Primary Backbone Router. enumerator
160 bool IsPrimary(void) const { return mState == kStatePrimary; } in IsPrimary()