Searched defs:IsRxOnWhenIdle (Results 1 – 3 of 3) sorted by relevance
233 bool IsRxOnWhenIdle(void) const { return (mMode & kModeRxOnWhenIdle) != 0; } in IsRxOnWhenIdle() function in ot::Mle::DeviceMode
348 bool IsRxOnWhenIdle(void) const { return GetDeviceMode().IsRxOnWhenIdle(); } in IsRxOnWhenIdle() function in ot::Neighbor
328 bool IsRxOnWhenIdle(void) const { return mDeviceMode.IsRxOnWhenIdle(); } in IsRxOnWhenIdle() function in ot::Mle::Mle