Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dmesh_diag.h98 …bool mIsThisDeviceParent : 1; ///< Whether router is parent of this device (when device is… member
/openthread-latest/src/cli/
Dcli_mesh_diag.cpp325 if (aRouterInfo->mIsThisDeviceParent) in HandleMeshDiagDiscoverDone()
/openthread-latest/src/core/utils/
Dmesh_diag.cpp502 mIsThisDeviceParent = mle.IsChild() && (mRloc16 == mle.GetParent().GetRloc16()); in ParseFrom()