You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I run a scan on RPI4 I only get one advertising packet from my peripheral.
If I use the command
sudo hcitool -i hci0 lescan --duplicates
I get all advertisements from my perifpheral what indicates the peripheral is sending the advertisments propelry.
It looks like the blluest code is running the scan with the "filter duplicates" function on. Is there a way we can disable that filter?
The code works fine on Mac (I get all advertisements) so it seems to be platform dependent.
Thanks
The text was updated successfully, but these errors were encountered:
If I run a scan on RPI4 I only get one advertising packet from my peripheral.
If I use the command
sudo hcitool -i hci0 lescan --duplicates
I get all advertisements from my perifpheral what indicates the peripheral is sending the advertisments propelry.
It looks like the blluest code is running the scan with the "filter duplicates" function on. Is there a way we can disable that filter?
The code works fine on Mac (I get all advertisements) so it seems to be platform dependent.
Thanks
The text was updated successfully, but these errors were encountered: