Looking for an example on how to advertise for 10 seconds then go into sd_power_system_off. Trying this by using ble_app_template (s112, ses, sdk15.0, custom, 1 led, 1 rgb, no sensor, no button).
After setting APP_ADV_DURATION = 1000, flash with NRF_LOG_ENABLED = 0, and then reconnect from DK to external 3.3v source, the LED continues to flash and advertise after 10s.
What other step needed to get into BLE_ADV_EVT_IDLE then sleep_mode_enter then sd_power_system_off for no LED and no advertise ?
-thank-you.