Home
last modified time | relevance | path

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

/external/openthread/src/core/thread/
Dmle_types.hpp389 bool IsFullThreadDevice(void) const { return (mMode & kModeFullThreadDevice) != 0; } in IsFullThreadDevice() function in ot::Mle::DeviceMode
Dtopology.hpp355 bool IsFullThreadDevice(void) const { return GetDeviceMode().IsFullThreadDevice(); } in IsFullThreadDevice() function in ot::Neighbor
Dmle.hpp320 bool IsFullThreadDevice(void) const { return mDeviceMode.IsFullThreadDevice(); } in IsFullThreadDevice() function in ot::Mle::Mle