Hi,
I'm trying to reduce the current consumption. I can't use sd_power_system_off because I don't want my device to rest when it wakes up. So the other way to do this is with idle_state_handle(). So in function sleep_mode_enter(), I change sd_power_system_off to idle_state_handle(). When my device is not connected to my phone by Bluetooth, it works: the current decrease, and when it wakes up, it's not reset. But when my phone is connected by Bluetooth to my device, the function is not called which means this case BLE_ADV_EVT_IDLE never happens, so the current doesn't decrease.
Do you know how can I reduce the current when my phone is connected to my device by Bluetooth? I use nrf52832 and sdk15.3.
Thanks
Lydie