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.

CCS/LAUNCHXL-CC2640R2: [BLE5][CC2640R2] HCI_EXT_SetTxPowerCmd() could not work on BLE5 but BLE 4.2.

Part Number: LAUNCHXL-CC2640R2

Tool/software: Code Composer Studio

Dear Experts,

I encountered a problem when I used host test project (BLE 5_SDK2.2) to exam the HCI Extension Set Transmitter Power command on TI launchpad .
I tried to change the the Tx power from 0 d bm to 5 dbm by HCI_EXT_SetTxPowerCmd but it did not change.
Also, I used host test project which was based on BLE4.2(SDK2.2) and its result was positive.
This symptom also occurred no SDK 2.4( it was the latest version on TI website ).
Does HCI_EXT_SetTxPowerCmd work on BLE5.0?

I list test step as blow.

1. Send HCI_EXT_SetTxPowerCmd with 0 from Btool.
2. Send HCI_LE_TransmitterTestCmd.
3. Check the spectrum.
4. Send HCI_LE_Test_End
5. Send HCI_EXT_SetTxPowerCmd with 5 from Btool.
6. Send HCI_LE_TransmitterTestCmd.t
7. Check the spectrum and power did not change.

Could you please help me check?