Looks like your settings will keep the device awake to Rx packets and output to serial. The device will keep waiting for data on serial. The only thing that breaks the loop is serial data.
If interested have a look at the implementation.
Line 486 for serial mode function.
Line 1308 for Packet Rx event.