Home
last modified time | relevance | path

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

/openthread-3.5.0/include/openthread/
Dinstance.h176 #define OT_CHANGED_THREAD_ROLE (1U << 2) ///< Role (disabled, detached, child, ro… macro
/openthread-3.5.0/src/core/common/
Dnotifier.hpp71 …kEventThreadRoleChanged = OT_CHANGED_THREAD_ROLE, ///< Role changed
/openthread-3.5.0/src/ncp/
Dncp_base_mtd.cpp4565 {OT_CHANGED_THREAD_ROLE, SPINEL_PROP_NET_ROLE}, in ProcessThreadChangedFlags()
4591 if ((mThreadChangedFlags & OT_CHANGED_THREAD_ROLE) != 0) in ProcessThreadChangedFlags()