Home
last modified time | relevance | path

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

/openthread-3.4.0/include/openthread/
Dthread.h71 OT_DEVICE_ROLE_CHILD = 2, ///< The Thread Child role. enumerator
/openthread-3.4.0/src/core/thread/
Dmle_types.hpp203 kRoleChild = OT_DEVICE_ROLE_CHILD, ///< The Thread Child role.
/openthread-3.4.0/src/ncp/
Dncp_base_mtd.cpp543 case OT_DEVICE_ROLE_CHILD: in HandlePropertyGet()