Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/src/core/thread/
H A Dmle.hpp1376 static const char *AttachStateToString(AttachState aState);
H A Dmle.cpp353 LogInfo("AttachState %s -> %s", AttachStateToString(mAttachState), AttachStateToString(aState)); in SetAttachState()
4223 const char *Mle::AttachStateToString(AttachState aState) in AttachStateToString() function in ot::Mle::Mle