Can I somehow catch end of scan window on S130? I need to do some processing after each scanning. Thanks!
Ok. In general my app does advertising and scanning simultaneously and can be in connection with some master. During each scan app collects adv packets of other devices. After each scanning window app does many jobs like sorting, filtering collected data and makes some decision.. These all can't be done at receiving each adv data bcs it takes long time and can affect scanner's latency. So, due to that I (app) need to know when exactly scanner has finished its job (when scan window expires), otherwise collected data can be corrupted.
Ok. In general my app does advertising and scanning simultaneously and can be in connection with some master. During each scan app collects adv packets of other devices. After each scanning window app does many jobs like sorting, filtering collected data and makes some decision.. These all can't be done at receiving each adv data bcs it takes long time and can affect scanner's latency. So, due to that I (app) need to know when exactly scanner has finished its job (when scan window expires), otherwise collected data can be corrupted.