This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Multiple scan catches in one scan window, peripheral observer.

Part Number: CC2650STK


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