i have a some XX byte of custom advertising data and we are following the SIG specifications , i want to update my advertisement data which is not part of the structure "ble_advdata_t" which we have to pass to the "ble_advdata_encode".
Please suggest a way to populate my custom data.
Is it necessary to use "ble_advdata_encode" before "sd_ble_gap_adv_set_configure" to update the advertisement data.