Recommanded way to change Advertising Data (specifically complete local name) via API call
When using the STM32WB5MMG, what is the recommanded way to change the AdvData (specifically complete local name) during runtime?
I see that CubeMX stores the data in "a_AdvData" in app_ble.c
But there is no API call to change that variable. Would it be a good approach to implement a "setter" for that value in user code section?
Alternative would be to call aci_gap_update_adv_data, but that does not change the "a_AdvData". So when I call "APP_BLE_Init" after using aci_gap_update_adv_data, the AdvData is again reset to value stored in "a_AdvData".
So, what is the recommanded way to do this?
