Hi,
sd_ble_gap_scan_start() is returning 0x10, that is NRF_ERROR_INVALID_ADDR . Looking at the documentation for sd_ble_gap_scan_start, this means Invalid pointer supplied. I.e. you should check the 2 pointers you are passing into sd_ble_gap_scan_start() is valid.
Hi,
sd_ble_gap_scan_start() is returning 0x10, that is NRF_ERROR_INVALID_ADDR . Looking at the documentation for sd_ble_gap_scan_start, this means Invalid pointer supplied. I.e. you should check the 2 pointers you are passing into sd_ble_gap_scan_start() is valid.