I have a peripheral device that sends an advertisement package with all the data I need every 5 seconds (sensor).
When I use NRF Sniffer via Wireshark I see a message from this device every 5 seconds (sometimes corrupted, like 1 per 20 messages) which is ok.
when I use scan from BLE Central example sometimes I dont get any packets from the sensor for 1,5 minutes.
The question is whats the difference between the code or may be settings?
(also did a test with Zephyr central_bas sample code - also missing packets)
Thanks!