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

can not receive long range advertise on nrf52840

I try onnrf52804 (nrf52840-DK) with SoftDevice V6.0.0

----------------------------------------------------------------------------------

ble_gap_scan_params_t s_scan_params = {
.extended                          = 1,
.report_incomplete_evts  = 0,
.active                              = 1,
.filter_policy                     = 0,
.scan_phys                     = BLE_GAP_PHY_CODED,
.interval                          = 0x0018,
.window                         = 0x0018,
.timeout                         = 0,
};

sd_ble_gap_scan_start()

----------------------------------------------------------------------------------

But BLE_GAP_EVT_ADV_REPORT is not received.

I checked Ellisys bluetooth analyzer. It's good.

37Ch ADV_EXT_IND (LE coded125Kbps)

38CH ADV_EXT_IND (LE coded125Kbps)

39CH ADV_EXT_IND (LE coded125Kbps)

9CH AUX_ADV_IND (LE coded125Kbps)

Why I can not receive?

Parents Reply Children
Related