Hi,
I have a setup where mobile device(central) connect to nrf51dk (peripheral) and exchange data for a time. I want to detect unplanned disconnection of mobile device in 2-3 seconds. I tried to do this with supervision timeout but android forces its 20s supervision timeout. I am planning to implement a heartbeat that nrf51 sends and mobile phone receives, but i want to include give a response from the mobile phone to the heartbeat received from nrf51dk. So that i can understand mobile phone is connected. How can i do this? is there any notify with response gatt type? or any other suggestions?
SDK: 12.3.0
Soft Device : S130
Thanks