Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Dneighbor.hpp615 bool IsTimeSyncEnabled(void) const { return mTimeSyncEnabled; } in IsTimeSyncEnabled()
622 void SetTimeSyncEnabled(bool aEnabled) { mTimeSyncEnabled = aEnabled; } in SetTimeSyncEnabled()
748 bool mTimeSyncEnabled : 1; member in ot::Neighbor
/openthread-latest/src/lib/spinel/
Dradio_spinel.cpp119 , mTimeSyncEnabled(false) in RadioSpinel()
143 mTimeSyncEnabled = aEnableRcpTimeSync; in Init()
808 if (mTimeSyncEnabled) in Process()
2277 if (mTimeSyncEnabled) in RestoreProperties()
Dradio_spinel.hpp1332 bool mTimeSyncEnabled : 1; member in ot::Spinel::RadioSpinel