Searched refs:mDetachingGracefully (Results 1 – 2 of 2) sorted by relevance
55 , mDetachingGracefully(false) in Mle()237 if (mDetachingGracefully) in Stop()239 mDetachingGracefully = false; in Stop()1446 if (mDetachingGracefully) in HandleAttachTimer()3575 if (timeout == 0 && mDetachingGracefully) in HandleChildUpdateResponseOnChild()4457 VerifyOrExit(!mDetachingGracefully, error = kErrorBusy); in DetachGracefully()4490 mDetachingGracefully = true; in DetachGracefully()
1461 bool mDetachingGracefully : 1; member in ot::Mle::Mle