Home
last modified time | relevance | path

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

/external/openthread/src/core/thread/
Dmle_types.hpp380 bool IsRxOnWhenIdle(void) const { return (mMode & kModeRxOnWhenIdle) != 0; } in IsRxOnWhenIdle() function in ot::Mle::DeviceMode
Dtopology.hpp347 bool IsRxOnWhenIdle(void) const { return GetDeviceMode().IsRxOnWhenIdle(); } in IsRxOnWhenIdle() function in ot::Neighbor
Dmle.hpp312 bool IsRxOnWhenIdle(void) const { return mDeviceMode.IsRxOnWhenIdle(); } in IsRxOnWhenIdle() function in ot::Mle::Mle