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:如何配置 BLE TX 功率和 RX 灵敏度设置

Guru**** 2386620 points
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/wireless-connectivity/bluetooth-group/bluetooth/f/bluetooth-forum/1068909/cc2640r2l-how-to-configure-ble-tx-power-and-rx-sensitivity-settings

部件号:CC2640R2L

你好!

我们正在使用 simple 外设项目作为构建应用程序的起点。
BLE5堆栈
SDK - 5.10.00.02
CCS IDE
不使用启动板,而是基于 CC2640R2LRHB VQFN32的定制硬件

我想知道我们是否可以从固件配置 TX 功率和 RX 灵敏度设置,以及如何配置?

我尝试从 init 函数调用这些函数
HCI_EXT_SetTxPowerCmd (HCI_EXT_TX_POWER_5_DBM);
HCI_EXT_SetRxGainCmd (HCI_EXT_RX_GAGE_HIGH);

但看不到任何重大差异。