Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Dmle.hpp229 bool IsAttaching(void) const { return (mAttachState != kAttachStateIdle); } in IsAttaching() function in ot::Mle::Mle
Dmle_router.cpp565 VerifyOrExit(!IsAttaching()); in SendAdvertisement()
697 VerifyOrExit(!IsAttaching(), error = kErrorInvalidState); in HandleLinkRequest()
1461 VerifyOrExit(!IsDetached() && !IsAttaching(), error = kErrorDrop); in HandleParentRequest()
Dmle.cpp563 VerifyOrExit(!IsAttaching(), error = kErrorBusy); in BecomeChild()
584 VerifyOrExit(!IsDisabled() && !IsAttaching()); in Attach()