Dear All,
I am working with SDK version 15 and softdevice 132.
I want the device to advertise for 1 minute. Then go to low power mode. Again wake up after 5 minutes. Advertise again for 1 minutes...go on... like this.
I am using app_timer which is calling the interrupt handler for each 5 minute duration.
I am planning to call the function advertising_start() from the handler.
But I am facing the following issue. as soon as the advertising stops the the apptimer interrupt handler is not getting called.
Please let me know I I am wrong any where?