Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dnetwork_time.h59 OT_NETWORK_TIME_UNSYNCHRONIZED = -1, ///< The device hasn't attached to a network. enumerator
/openthread-latest/src/core/thread/
Dtime_sync_service.hpp66 … kUnsynchronized = OT_NETWORK_TIME_UNSYNCHRONIZED, ///< The device hasn't attached to a network.
/openthread-latest/src/cli/
Dcli.cpp4909 case OT_NETWORK_TIME_UNSYNCHRONIZED: in Process()