Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/src/core/thread/
H A Dmle_types.hpp233 bool IsRxOnWhenIdle(void) const { return (mMode & kModeRxOnWhenIdle) != 0; } in IsRxOnWhenIdle() function in ot::Mle::DeviceMode
H A Dneighbor.hpp348 bool IsRxOnWhenIdle(void) const { return GetDeviceMode().IsRxOnWhenIdle(); } in IsRxOnWhenIdle() function in ot::Neighbor
H A Dmle.hpp328 bool IsRxOnWhenIdle(void) const { return mDeviceMode.IsRxOnWhenIdle(); } in IsRxOnWhenIdle() function in ot::Mle::Mle