We have a working Zigbee router application and need to support to transmit larger packets which will require adding fragmentation. How can we enable fragmentation? Is there any documentation on this?
I'm guessing I need to change APS_MAX_WINDOW_SIZE from 1 to a larger value. Anything else?