Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/src/core/thread/
H A Dmle_types.hpp242 bool IsFullThreadDevice(void) const { return (mMode & kModeFullThreadDevice) != 0; } in IsFullThreadDevice() function in ot::Mle::DeviceMode
H A Dneighbor.hpp356 bool IsFullThreadDevice(void) const { return GetDeviceMode().IsFullThreadDevice(); } in IsFullThreadDevice() function in ot::Neighbor
H A Dmle.hpp336 bool IsFullThreadDevice(void) const { return mDeviceMode.IsFullThreadDevice(); } in IsFullThreadDevice() function in ot::Mle::Mle