Hi,
I using lauchpad with Host test example application for DTM. I want to set the TX power command to 5dBm.
I used HCI_EXT_SetTxPowerCmd(HCI_EXT_TX_POWER_5_DBM) to set to 5dBm in host_test_app.c file after ICall_registerApp in HostTestApp_init function.
But during EMC test the TX power level was showing 0dBm only.
I have modified the code to have the DEFAULT_TX_POWER as 12(5dBm) in ble_user_config.c file along with the above changes and also set the TX power level using Btool as given below. But there is no change in power level. I sthere any command to read the TX power level in Btool.