This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

scanning for CODED and 1MBPS at the same time

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

Parents Reply Children
Related