Hi
I've built a USB HCI fimrware based on the sample from the nRF Connect SDK for the nRF52840DK.
Our application tries to scan for advertisings with the option to filter out duplicates.
Independently to the switch to filter duplicates the reports contain the same device multiple times. It seems that the "filter dupliate" switch is ignored.
See my recorded capture of the HCI communication:
/cfs-file/__key/communityserver-discussions-components-files/4/CaptureB.cfa
Time: 0.085 => Start scan with filter duplicates
Time: 0.131 => First report from the device f1:50:7a:ad:b9:5e
Time: 0.169 => 2nd report for the same device
Time: 0.217 => 3rd report for the same device
Is it possible that the "filter duplicates" setting is ignored?
Regards Adrian