Hello,
I'm developping an application using softdevice S130 with the nRF51822 evaluation kit. The device has to scan multiple devices, and to save power, I'm storing the BLE_GAP_ADV_REPORT events to handle them when the scan timeout event occurs. At this point, my device connects to devices scanned previously to do something, but I always get a connection timeout event, and the devices never connect. When connecting directly to the devices while handling the BLE_GAP_ADV_REPORT, the devices connect without any problem.