Hi, I'm using nrf52832 and SDK15.3. And I'm using the ble_app_uart example. The device will go to sleep mode if there is no connection for 3 mins.
My questions are:
1, if the device is connected to a phone, should I first call the sd_ble_gap_disconnect() to disconnect the device, and wait for 3 mins for it to go to sleep? Or there are better ways to make the device sleep?
2, should I use app timer to do it if I want to know whether there is data transmission between the device and the phone within a certain amount of time(e.g. 2 mins)? Or there are better ways to do this?