Hello,
I have a Gazell application where I'd like to adjust the transmit power dynamically. I can't find any definitive answer in the API, so I want to ask here. Can I call nrf_gzll_set_tx_power() at any time, or do I have to prepare the stack and/or radio before changing the tx power?
Similarly, I have some packets which I'd like to treat more like UDP -- I don't care if they don't get through. Can I call nrf_gzll_set_max_tx_attempts() before sending a packet to configure how aggressively I want to make sure it gets across?
Thanks.