Hello Everyone,
We have 2 devices. 1st device is flashed with the Eddystone example & sending TLM info. The 2nd device is flashed with a modified version of the ble_app_hrs_c example. We a added printout in ble_evt_handler for BLE_GAP_EVT_ADV_REPORT whenever it receives beacon. We set NRF_BLE_SCAN_SCAN_WINDOW 4 & NRF_BLE_SCAN_SCAN_INTERVAL 4 (2.5ms).
When the eddystone beacon sends an advertisement, the 2nd device receives anywhere from 0 to 8 beacons with the same ADV_COUNT on different advertisement channels.
Q1: When we tell the software to send an Eddystone beacon, how many beacons are actually sent (retries) with the same TLM information?
Q2: Can we limit/change the number of times beacons are sent per ADV_COUNT (retries)?
Q3: Can i know when Eddystone beacon send is done including retries ?
sdk 15.2, nrf52832
Thanks.