This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC2640R2L: How to configure BLE TX Power and RX Sensitivity settings

Part Number: CC2640R2L

Hello!

We are using simple_peripheral project as starting point to build our application.
BLE5 stack
SDK - 5.10.00.02
CCS IDE
Not using launchpad but custom hardware based on CC2640R2LRHB VQFN32

I wanted to know if we can configure the TX Power and RX Sensitivity settings from the firmware and how?

I tried calling these functions from the init function
HCI_EXT_SetTxPowerCmd(HCI_EXT_TX_POWER_5_DBM);
HCI_EXT_SetRxGainCmd(HCI_EXT_RX_GAIN_HIGH);

But could not observe any significant difference.