I am testing to develop an application that sleep (system-on mode) for most of the time, and it wake-up periodically to send out somethings.
As I would like to lower the power consumption as much as possible, I want to change the "connection interval" to the longest period - 4s. And also change the "connection supervision timeout" to longer period. How to do that?
I am using the DK51 and modifying the SDK12 ble_app_uart example for the testing. The softdevice is S130.
Thank you.