Home
last modified time | relevance | path

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

/external/openthread/include/openthread/
Dhistory_tracker.h175OT_HISTORY_TRACKER_NEIGHBOR_EVENT_CHANGED = 2, ///< Neighbor changed (e.g., device mode flags ch… enumerator
/external/openthread/src/core/utils/
Dhistory_tracker.hpp283 static constexpr NeighborEvent kNeighborChanged = OT_HISTORY_TRACKER_NEIGHBOR_EVENT_CHANGED;
/external/openthread/src/cli/
Dcli_history.cpp215 …static_assert(2 == OT_HISTORY_TRACKER_NEIGHBOR_EVENT_CHANGED, "NEIGHBOR_EVENT_CHANGED value is inc… in Process()