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.

VS_Set_Max_Output_Power() usage

Hi,

This is follow-up question for below internal E2E.
https://e2e.ti.com/support/wireless_connectivity/bluetooth_cc256x/int_bluetooth_cc256x/f/963/t/530822

My customer wants to change output power on the fly.
He confirmed VS_Set_Max_Output_Power() API works fine if the command is triggered from terminal software on PC.
But if the command is triggered via Bluetooth communication, it does not work.
Please see attached slides. Page#1 shows the case the API works and page#2 shows it does not work.

usage.pptx

In both case, the same function is called by MSP430 for VS_Set_Max_Output_Power(),
so results should be the same, but it is not the case.
Customer implemented below function to call the API.

static int MaxPower(ParameterList_t *TempParam)
{
     VS_Set_Max_Output_Power(unsigned int BluetoothStackID, 10);
         :
         :
}

Thanks and regards,
Koichiro