Hi,
I'm developing a BLE mesh project using Mesh SDK v4.2.0. I want to change the Tx power of the product in real-time, e.g. from 0dBm to 4dBm, 4dBm to 8dBm.
I've read some articles on devzone about changing the default setting, in scanner_init() & set_default_broadcast_configuration().
But how about changing it in real-time? Is it possible to change the default setting and call these two functions again?
Any other ways to do so?
Jonathan Lee