Hi
I was wondering if it's possible to scan for both 1MBPS and CODED at the same time, or should I initiate 2 different scans.
m_scan_params.extended = 1; m_scan_params.scan_phys = BLE_GAP_PHY_1MBPS | BLE_GAP_PHY_CODED;
using this configuration initiates error on sd_ble_gap_scan_start() - NRF_ERROR_INVALID_PARAM
thanks