I'm currently porting my code from nrf52832/S132 to nrf52810/S112 (SDK14.2).
It seems that the s112 has no support for scanning, i.e., BLE_GAP_EVT_ADV_REPORT, sd_ble_gap_scan_start(), sd_ble_gap_scan_stop(), are not available any more.
I was unable to find more information on why and how this has been changed. Can anyone point me to documentation on this? And is there an easy way to achieve the same kind of scanning with the s112?