Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Dmle.hpp803 static constexpr uint8_t kFirstAttachCycleTotalParentRequests = 6; member in ot::Mle::Mle
807 static constexpr uint8_t kFirstAttachCycleTotalParentRequests = 2; member in ot::Mle::Mle
Dmle.cpp1358 …VerifyOrExit(mParentRequestCounter <= kFirstAttachCycleTotalParentRequests, error = kErrorNotFound… in DetermineParentRequestType()