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

SCAN_RSP IN EXTENDED ADVERTISEMENT

Hi,

Is it possible to add scan response with extended advertisement packet?

When I try to add scan response, then I got error NRF_ERROR_INVALID_PARAM. 

I am using a nRF52840 DK board with nRF5_SDK_15.0.0_a53641a.

Softdevice version is s140_nrf52_6.0.0.

I have done the following configurations

init.config.ble_adv_primary_phy = BLE_GAP_PHY_1MBPS;
init.config.ble_adv_secondary_phy = BLE_GAP_PHY_2MBPS;
init.config.ble_adv_extended_enabled = true;

Please give an update