Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dnetwork_time.h61 OT_NETWORK_TIME_SYNCHRONIZED = 1, ///< The device network time is synchronized. enumerator
/openthread-latest/src/core/thread/
Dtime_sync_service.hpp68 … kSynchronized = OT_NETWORK_TIME_SYNCHRONIZED, ///< The device network time is synchronized.
/openthread-latest/src/cli/
Dcli.cpp4917 case OT_NETWORK_TIME_SYNCHRONIZED: in Process()