Hello,
I'm trying to optimize my application :
I have a central (nRF52832 s132) which communicates for a short time to a peripheral (nRF51822 s130) and then disconnect. The connection interval is 7.5ms, the communication last around 60ms.
After that the central has what it needs and calls sd_ble_gap_disconnect but then I need to wait for another 15ms to get the BLE_GAP_EVT_DISCONNECTED.
Is there something I can do to get the BLE_GAP_EVT_DISCONNECTED faster ?
Thanks
Guillaume