This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

More efficient way to change 'manufacturer data' in advertising packet?

Is it possible through the API/Softdevice to do one of the following:

  • read out the current advertising data structure, change a the manufacturing data field, and write back; or

  • only change the manufacturing data field directly

Currently I'm using something very close to advertising_init and that seems inefficient.

Related