Hi,
I put my nrf51 into power-on sleep mode by calling sd_app_evt_wait().
When I walk away with my mobile phone, the bluetooth disconnected and my nrf51 can receive event BLE_GAP_EVT_DISCONNECTED. This event seems cannot wake up my nrf51 because it is not application event. (After I read this thread: devzone.nordicsemi.com/.../).
So how can I wakeup my nrf51 when event BLE_GAP_EVT_DISCONNECTED happens? Thanks.
Dawei