Hello
Ive implemented and modified the light_switch_example and now I want to change the tx_power(sd_ble_gap_tx_power_set(uint8_t role, uint16_t handle, int8_t tx_power));)
but the new softdevice requires 2 extra parameters..What should I set here?
Im changing the tx power right after mesh_init(). What conn_handle should I use here? and do I need to call tx_power_set again when devices are connected?(provisioners perspective, if that matters)