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.

如何读取和设置CC2640R2F的发射功率?

Other Parts Discussed in Thread: CC2640R2F

处理器:CC2640R2F

SDK:simplelink_cc2640r2_sdk_3_20_00_21

问题描述:

请问如何读取和设置CC2640R2F的发射功率?

1、用 “hciStatus_t HCI_ReadTransmitPowerLevelCmd( uint16 connHandle, uint8 txPwrType )” 函数读取发射功率,然后在 “HCI_READ_TRANSMIT_POWER” 中获取吗?

那么对于形参 “connHandle” 和 “txPwrType” 要填什么呢?

2、用 “hciStatus_t HCI_EXT_SetTxPowerCmd( uint8 txPower )” 函数设置发射功率吗?