Hi,
My app, based on SDK17.0.2 and SD S340 ues both ANT+ and BLE. While connected to the app runing on the NRF52 from my phone app through BLE, my app on NRF52 sometimes needs to simultanously scan for ANT devices. I sometimes get disconnects, when waiting for response from the app (BLE service accepring write requests), which happens, I think because the procesor is busy scanning for ANT+ devices. When there is no scaninng, I don't get these disconnects. Can I somehow make the scanning less time consuming for the processor? Decrease some interval or anything else?
Thanks