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.

CC2642R: How to parse HCI_ReadTransmitPowerLevelCmd response event HCI_READ_TRANSMIT_POWER

Part Number: CC2642R

I have called HCI_ReadTransmitPowerLevelCmd(0, HCI_READ_CURRENT_TX_POWER_LEVEL) in my application. The BLE stack is responding back with anther event HCI_READ_TRANSMIT_POWER.

However, the user manual of HCI api on above does not specify how to parse the data i the event HCI_READ_TRANSMIT_POWER. I am getting below data:

Transmit Power Read pMsg->pReturnParam[0] = 0
Transmit Power Read pMsg->pReturnParam[1] = 0
Transmit Power Read pMsg->pReturnParam[2] = 0
Transmit Power Read pMsg->pReturnParam[3] = 24

Which index gives the transmit power read by the BLE stack?