Hi,

Is there a special procedure for changing power level of the BLE radio on
an nRF52 PDK?

Can I just do something like the following in my callback:

static int txpwer_to_set[1] ;
memcpy(txpwer_to_set, ctxt->chr_access.data,
         sizeof txpwer_to_set);

ble_phy_txpwr_set(*txpwer_to_set);

Cheers
James

Reply via email to