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

Scan using LE CODED PHY

Hi,

My application is to scan BLE advertising packet.

My application works when the scan_phys is set to BLE_GAP_PHY_1MBPS.

params.active = true;
params.interval = NRF_BLE_SCAN_SCAN_INTERVAL;
params.window = NRF_BLE_SCAN_SCAN_WINDOW;
params.timeout = NRF_BLE_SCAN_SCAN_DURATION;
params.filter_policy = BLE_GAP_SCAN_FP_ACCEPT_ALL;
params.scan_phys = BLE_GAP_PHY_1MBPS;
params.extended = true;

When I set the scan_phys to BLE_GAP_PHY_CODED, it is not working. When nrf_ble_scan_start(&m_scan) is called, it return NRF_ERROR_NOT_SUPPORTED.

I am using nRF52840, soft device S140.

Please advise how do resolve.

Thanks

I try to scan using BLE_GAP_PHY_CODED, it does not work

Parents Reply Children
No Data
Related