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