Home
last modified time | relevance | path

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

/external/openthread/src/core/thread/
Dtopology.cpp261 mIsCslSynced = aChild.IsCslSynchronized(); in SetFrom()
263 mIsCslSynced = false; in SetFrom()
/external/openthread/include/openthread/
Dthread_ftd.h76 bool mIsCslSynced : 1; ///< Is child CSL synchronized member
/external/openthread/src/cli/
Dcli.cpp1232 OutputFormat("| %1d ", childInfo.mIsCslSynced); in Process()