I am looking for guidance on how to fragment data in Extended advertisement on the nRF52840. I am using the "ble_app_rscs" example to advertise in non-scannable non-connectable mode (by making changes in ble_advertising.c). The example has the following in main.c for DEVICE_NAME: "nRF Running Speed and Cadence Sensor Example Application". This string shows up in AUX_ADV_IND. How do I modifiy the code such that the data shows up in one to three AUX_CHAIN_IND packets? Thanks