ble_gap_evt_adv_report_t beacons

Hi,

In one of my application based on SDK 15.2, I am using nRF52832 as a central scanning  device for 128 BLE beacons

My question is how often is the ble_gap_evt_adv_report_t data instance updated if I set the timeout value as BLE_GAP_SCAN_TIMEOUT_UNLIMITED

My understanding here is setting the timeout to BLE_GAP_SCAN_TIMEOUT_UNLIMITED  allows me for a continuous scan forever , but I need to know how is the gap advertisement report updated.

Thanks

Abhi

Related