Home
last modified time | relevance | path

Searched defs:IsFullThreadDevice (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/src/core/thread/
Dmle_types.hpp263 bool IsFullThreadDevice(void) const { return (mMode & kModeFullThreadDevice) != 0; } in IsFullThreadDevice() function in ot::Mle::DeviceMode
Dneighbor.hpp328 bool IsFullThreadDevice(void) const { return GetDeviceMode().IsFullThreadDevice(); } in IsFullThreadDevice() function in ot::Neighbor
Dmle.hpp315 bool IsFullThreadDevice(void) const { return mDeviceMode.IsFullThreadDevice(); } in IsFullThreadDevice() function in ot::Mle::Mle