Hello,
I am using nRF52480, s140 , SDK_15.0 and using a central example. I can print the scanned RSSI, and MAC address of the each advertising packets with BLE_GAP_EVT_ADV_REPORT
event without connection and set SCAN_INTERVAL=SCAN_WINDOW= 0x0050. but my question is how can I print the duration of time between each RSSI which the central example is received in each advertisement. Thank you.