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.