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.

cc2540 tx power trouble with HCI_EXT_SetTxPowerCmd

Other Parts Discussed in Thread: BLE-STACK

I am try to lower the transmitting power of a peripheral device and have used the

HCI_EXT_SetTxPowerCmd( HCI_EXT_TX_POWER_MINUS_6_DBM ) command within HidEmuKbd_Init(). This seems to be the consensus over the forums.

However, I don't see a difference between the default and this (or the -23) setting. 

Is there something else I need to call or something else that needs to be set up to use this function? 

I have modified the source file quite a bit so I may have deleted something that is necessary for this function.