Can I somehow catch end of scan window on S130? I need to do some processing after each scanning. Thanks!
Hi Yaroslav
A potential solution: What about starting the scan after an advertising event, get an advertising end event by setting a radio notification set at the end of a radio event. When you get the radio notification event, start scanning and set the scan timeout just slightly longer then the scan window. The softdevice will scan once and then you will get a scan timeout event at the end of the scan event, and there you will set a timer to start a new scan at a later time. What do you think?
Hi Yaroslav
A potential solution: What about starting the scan after an advertising event, get an advertising end event by setting a radio notification set at the end of a radio event. When you get the radio notification event, start scanning and set the scan timeout just slightly longer then the scan window. The softdevice will scan once and then you will get a scan timeout event at the end of the scan event, and there you will set a timer to start a new scan at a later time. What do you think?