Simple question:
- I successfully use
ble_advertising_init ()with adv_data, scan_data and adv_opts. - I include manufacturer data via
scan_data.p_manuf_specific_data = &manuf_data. This also works well
Now I want to change my advertising packet by dynamically altering one byte only in my manuf_data byte array.
Question: do I need to call ble_advertising_init () again, or is there a more efficient way?
Thank you M