I tried searching for this response but cant find exact answer
SDK15.2 and API6.1
I am trying to have an advertiser but would like to put it in some sleep mode and advertise. if i do sd_power_system_off() it turns off until i hit the wake GPIO. I tried using sd_app_evt_wait(), however that too doe snot seem to allow me to advertise and sleep at the same time.
What is recommended call to put the thing to sleep but be able to wake on ble event when the scanner tries to connect.