Home
last modified time | relevance | path

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

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