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.