There is a period during which advertise packet cannot be received
Central info
SDK: 15.3
nRF52840
Peripheral info
SDK: 13.1
nRF52832
Running device
Central * 2
Peripheral * 10
Scan multiple Peripheral advertisements in 2 Centrals.
Scan is filtered by UUID, and NRF_BLE_SCAN_EVT_FILTER_MATCH event is generated only when advertisement of own device is received.
Both Centrals expect NRF_BLE_SCAN_EVT_FILTER_MATCH events to occur for 10 Periperals in 3 seconds.
All Perioheral Advertise Interval is 1000ms.
The value of ScanWindow in Central is 160, and the value of ScanInterval is 160.
I want to pick up 10 Peripheral advertisements every time I scan.
However, there are a few things missing.
I don't know why it's missing.
Is the parameter value bad?