Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Dmle.hpp812 static constexpr uint8_t kNextAttachCycleTotalParentRequests = 2; member in ot::Mle::Mle
Dmle.cpp1370 …VerifyOrExit(mParentRequestCounter <= kNextAttachCycleTotalParentRequests, error = kErrorNotFound); in DetermineParentRequestType()