Hello
We have an application that ADV every second and is based on SDK 14.
We are currently attempting to move to SDK 17. What I have noticed is that if I change and ADV data during advertisement by the help of new API function ble_advertising_advdata_update I see that there will be a delay of ±2 seconds (I see it in air trace) during which there will be no ADV at all.
Even when I configured ADV interval to be 100 milli and data rate change is 1 time at a second I see a delay of 2 seconds over the air until an updated data takes place.
The question is: Is that an expected behaviour? Is there any way to prevent this stop of ADV for 2 seconds?