Our product acts as peripheral managed by application running on android. Usually when application is closed the BLE_GAP_EVT_DISCONNECTED event is delivered to device and so it can enter advertising mode again. However it appears that in some (very rare) cases the android app is being closed and no BLE_GAP_EVT_DISCONNECTED arrives. I would blame android/application for keeping the connection alive, but no BLE_GAP_EVT_DISCONNECTED arrives even when the phone is rebooted. From my understanding BLE stack should terminate connection after connection supervision timeout is expired (set to 5 sec in my case), and usually this is what happens, but not in 100% of cases..
What can possibly cause to SD to not deliver BLE_GAP_EVT_DISCONNECTED event?
The device code was developed some time ago and it is based on SDK 16 and SD 6.1.1
Please advice