Searched refs:IsAttaching (Results 1 – 3 of 3) sorted by relevance
229 bool IsAttaching(void) const { return (mAttachState != kAttachStateIdle); } in IsAttaching() function in ot::Mle::Mle
565 VerifyOrExit(!IsAttaching()); in SendAdvertisement()697 VerifyOrExit(!IsAttaching(), error = kErrorInvalidState); in HandleLinkRequest()1461 VerifyOrExit(!IsDetached() && !IsAttaching(), error = kErrorDrop); in HandleParentRequest()
563 VerifyOrExit(!IsAttaching(), error = kErrorBusy); in BecomeChild()584 VerifyOrExit(!IsDisabled() && !IsAttaching()); in Attach()