I am using the nrf dongle with the firmware connectivity_4.0.0_usb_with_s132_5.1.0.
I am advertising with my android phone the UUID "0000FEA6-0000-1000-8000-00805f9b34fb". If I use the dongle with the nrf Desktop app for testing, it can see my android device and the advertised UUID. However, if I use a similar approach to the Thingy52 I get a lot of callbacks on the onScanResults, but the scan results are either of devices that don't advertise any service or from a specific device with a specific service with UUID 0000FEED-0000-1000-8000-00805F9B34FB.
I don't understand why I get repeatedly only this UUID, while with the nrf desktop app I can see also the advertised service from my android. Can it be the case that the scan results without services or this specific UUID service overwhelm the scan results? I mean what happens when there are a lot of results back to back and the onScanResults isn't fast enough?