Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Dmle.hpp1360 bool HasAcceptableParentCandidate(void) const;
Dmle.cpp1382 bool Mle::HasAcceptableParentCandidate(void) const in HasAcceptableParentCandidate() function in ot::Mle::Mle
1463 if (HasAcceptableParentCandidate() && (SendChildIdRequest() == kErrorNone)) in HandleAttachTimer()