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

APP_ADV_DURATION

Hi,

My device was designed with SDK 15.0, the APP_ADV_DURATION is set to 0 in order to have the device in advertising for all time.

Now I try to use the SDK 15.3 but when I change the APP_ADV_DURATION from 18000 to 0 I have an error 7 on this call:

       ret = sd_ble_gap_adv_set_configure(&p_advertising->adv_handle, p_advertising->p_adv_data, &p_advertising->adv_params);

what's different between 15.0 and 15.3 on this ?

How is possible to have never ending advertising  on 15.3 ?

Marco

Related