How to set TX power
I'm using BLE_p2pRouteur example code. In app_conf.h, CFG_TX_POWER is #defined to 0x18, and the comment next to it says 0 dbm. This parameter gets passed to aci_hal_set_tx_power_level(1, CFG_TX_POWER). The documentation of this function in UM1865 indicates this parameter has valid values between 0 and 7. So what does a value of 0x18 mean, and how do I set the TX power to known power levels?
Thanks...
Brian