When I connect to another beacon using sd_ble_gap_connect()
scanning on my device is stopped. I have to wait till connection is established or establishing connection fails and then call sd_ble_gap_scan_start()
to start scanning again. Can I make softdevice to scan all the time, even after calling function sd_ble_gap_connect()
?