Searched refs:OT_CHANGED_THREAD_ROLE (Results 1 – 3 of 3) sorted by relevance
176 #define OT_CHANGED_THREAD_ROLE (1U << 2) ///< Role (disabled, detached, child, ro… macro
71 …kEventThreadRoleChanged = OT_CHANGED_THREAD_ROLE, ///< Role changed
4565 {OT_CHANGED_THREAD_ROLE, SPINEL_PROP_NET_ROLE}, in ProcessThreadChangedFlags()4591 if ((mThreadChangedFlags & OT_CHANGED_THREAD_ROLE) != 0) in ProcessThreadChangedFlags()