Home
last modified time | relevance | path

Searched refs:mCslSynchronized (Results 1 – 4 of 4) sorted by relevance

/openthread-latest/src/core/thread/
Dcsl_tx_scheduler.hpp80 bool IsCslSynchronized(void) const { return mCslSynchronized && mCslPeriod > 0; } in IsCslSynchronized()
81 void SetCslSynchronized(bool aCslSynchronized) { mCslSynchronized = aCslSynchronized; } in SetCslSynchronized()
103 bool mCslSynchronized : 1; ///< Indicates whether or not the child is CSL synchronized. member in ot::CslTxScheduler::NeighborInfo
/openthread-latest/include/openthread/
Dmesh_diag.h231 bool mCslSynchronized : 1; ///< Is CSL capable and CSL synchronized. member
/openthread-latest/src/cli/
Dcli_mesh_diag.cpp462 …aChildEntry->mCslSynchronized ? "yes" : "no", aChildEntry->mCslPeriod, ToUlong(aChildEntry->mCslTi… in HandleMeshDiagQueryChildTableResult()
/openthread-latest/src/core/utils/
Dmesh_diag.cpp591 mCslSynchronized = (aChildTlv.GetFlags() & ChildTlv::kFlagsCslSync); in SetFrom()