Hello,
I am using nRF51822, SDK12.3.0, pca10028, S130 as a central scanner.
Now I set the scan interval to 100ms and the scan window to 50ms. It is planned to use 50ms to scan ADV data, calculate it in the other 50ms.
And the question is, how to learn the state after every scan window, so I can deal with receive data immediately? Or maybe like the BLE_GAP_EVT in function on_ble_evt() ?
Thanks.