We are using nRF52840 with BLE and 802.15.4 concurrent with S140 SoftDevice. There are two functions to set the transmit power for each radio protocol:
sd_ble_gap_tx_power_set(uint8_t role, uint16_t handle, int8_t tx_power)
void nrf_802154_pib_tx_power_set(int8_t dbm)
Are they independent, or do they affect the other when set?