Hi,
I'm developing a Channel Sounding application on nRF54L15 and trying to understand how the different TX power settings interact.
I have a few questions:
- What does CONFIG_BT_CTLR_TX_PWR_ANTENNA actually affect? Connection, advertising, CS transmissions, or all of them?
- What does max_tx_power in bt_le_cs_set_default_settings_param do exactly? Is it a hard cap, or a preference that power control can override?
- What does tx_power_delta in bt_le_cs_set_procedure_params mean in practice? What is the "existing power level for the PHY" it refers to?
- What are the valid discrete TX power levels for CONFIG_BT_CTLR_TX_PWR_ANTENNA on nRF54L15?
- Should CONFIG_BT_TRANSMIT_POWER_CONTROL be enabled for a CS application, or does it interfere with CS power settings?
- Are there any other TX power related settings I should be aware of for a CS application?
- The initiator in our setup is mains powered so we want to maximize its TX power. The reflector is battery powered so we want to find the right balance between range and power consumption. How should we configure TX power on each side, and what is the recommended approach for tuning the reflector's power level?