What is the best way to change advertising data for each advertising packet in Mesh SDK's each of proxy / dfu / provisioner?
Using Mesh SDK 4.1, it would be ideal to be able to:
1. Have a callback after transmit of advertising packet
2. Have easy access to the advertising data
Note: it is not a question of changing anything in the Mesh data going out as advertising packets, but the connectable advertising packets.
Reading through all Mesh layers source code and documentation, there is no access to the lower-layer advertising data. For example, any layer that calls `advertiser_instance_init()` can install a callback, and some layers do, but they do not expose that callback to higher layers, and the callbacks vanish in there. SDK does not seem to provide any events connected to advertising packets transmission.
Related question: is it possible to receive own advertising broadcasts (from both softdevice and Mesh's timeslot use) in receive callback?