Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Dmle_types.cpp51 aModeConfig.mDeviceType = IsFullThreadDevice(); in Get()
59 mMode |= aModeConfig.mDeviceType ? kModeFullThreadDevice : 0; in Set()
/openthread-latest/src/core/meshcop/
Dtcat_agent.hpp429 bool mDeviceType : 1; member
Dtcat_agent.cpp868 tas.mDeviceType = Get<Mle::Mle>().GetDeviceMode().IsFullThreadDevice(); in GetAdvertisementData()
/openthread-latest/include/openthread/
Dthread.h87 bool mDeviceType : 1; ///< 1, if the sender is an FTD. 0, otherwise. member
/openthread-latest/src/cli/
Dcli_utils.cpp748 if (aLinkMode.mDeviceType) in LinkModeToString()
Dcli_history.cpp404 mode.mDeviceType = info->mFullThreadDevice; in Process()
Dcli.cpp1842 linkMode.mDeviceType = childInfo.mFullThreadDevice; in Process()
4264 linkMode.mDeviceType = true; in Process()
7669 OutputLine(aIndentSize, "DeviceType: %d", aMode.mDeviceType); in OutputMode()
/openthread-latest/src/ncp/
Dncp_base_mtd.cpp3328 …numericMode = LinkFlagsToFlagByte(modeConfig.mRxOnWhenIdle, modeConfig.mDeviceType, modeConfig.mNe… in HandlePropertyGet()
3343 …modeConfig.mDeviceType = ((numericMode & SPINEL_THREAD_MODE_FULL_THREAD_DEV) == SPINEL_THREAD_MODE… in HandlePropertySet()