Hi !
I wrote a "central" device which works with multiple pheripherals.
Each pheripheral (Other NRF devices and also IOS) is going throw BLE_GAP_EVT_CONNECTED and when they disconnects i get BLE_GAP_EVT_DISCONNECTED event.
However, when i connect to an android device (which is also declared as pheripheral) i see only the BLE_GAP_EVT_CONNECTED event but never get the BLE_GAP_EVT_DISCONNECTED !!
Any idea why ?!?!?!
I use: SDK 11 & nrf52
Regards,