Hi,
In my project I am using SDK 14.2 with S332.
I need to change the data in the manufacturer part of the advertisement packet once per second (nearly, timing is not strictly important). I saw the suggested method is to wait for a radio notification event, but the answer aimed at changing data once per adv packet, which I am not really interested. In my case, data changes on an application timer and I just want to send the lastest data collected, indepdendently from the frequency of advertisement.
Do I still need to sync with radio notifications or not? It is not clear if it is required just for the original case of one change per packet or if it is required by the ble_advdata_set method (i.e. avoid crash).
Avoiding to subscribe to radio notifications would be really useful.
Thanks a lot!