Hi,
How can i change the TXPOWER from 0dBm to -23dBm on CC2541 ?
I working with TI Sensor TAG application and BLE stack.
i tried to chnage a array : scanRspData[] = {.....
// Tx power level
0x02, // length of this data
GAP_ADTYPE_POWER_LEVEL,
0xE9 // -23dBm
}
but nothing changed