Hello,
I'm using the simple_peripheral_observer example project and I want to catch multiple advertises/scan responses from the same advertiser in one scan window. The way i have it setup now is that I catch an advertisement in a scan window but to get another one from the same advertiser i have to restart the scan with GAPObserverRole_StartDiscovery().
I have tried the simple_observer and I got it to work as intended on that project. But when I try the same settings in the simple_peripheral_observer project it doesn't work.
Regards,
Andreas