Home
last modified time | relevance | path

Searched refs:mDeviceType (Results 1 – 5 of 5) sorted by relevance

/openthread-3.5.0/src/core/thread/
Dmle_types.cpp50 aModeConfig.mDeviceType = IsFullThreadDevice(); in Get()
58 mMode |= aModeConfig.mDeviceType ? kModeFullThreadDevice : 0; in Set()
/openthread-3.5.0/include/openthread/
Dthread.h82 bool mDeviceType : 1; ///< 1, if the sender is an FTD. 0, otherwise. member
/openthread-3.5.0/src/cli/
Dcli_history.cpp244 mode.mDeviceType = info->mFullThreadDevice; in Process()
Dcli.cpp198 if (aLinkMode.mDeviceType) in LinkModeToString()
1644 linkMode.mDeviceType = childInfo.mFullThreadDevice; in Process()
4545 linkMode.mDeviceType = true; in Process()
8204 OutputLine(aIndentSize, "DeviceType: %d", aMode.mDeviceType); in OutputMode()
/openthread-3.5.0/src/ncp/
Dncp_base_mtd.cpp3226 …numericMode = LinkFlagsToFlagByte(modeConfig.mRxOnWhenIdle, modeConfig.mDeviceType, modeConfig.mNe… in HandlePropertyGet()
3241 …modeConfig.mDeviceType = ((numericMode & SPINEL_THREAD_MODE_FULL_THREAD_DEV) == SPINEL_THREAD_MODE… in HandlePropertySet()