This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Filtering duplicate Advertisement packets

When scanning, is there a built-in way to detect and ignore duplicate advertisement packets (i.e. from the same device)?
Specifically, I want to instruct the SoftDevice not to raise any more BLE_GAP_EVT_ADV_REPORT events for the specific device until I restart the scan operation.

setup: nRF SDK 11.0.0, SD132, PCA10040 EVB

Related