This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

sd_ble_gap_tx_power_set variables

I am using nRF52 DK to evaluate the TX power settings using sd_ble_gap_tx_power_set command:

sd_ble_gap_tx_power_set (BLE_GAP_TX_POWER_ROLE_CONN ,  m_conn_handle, tx_power);

I'm still unclear about this last  tx_power variable:

What is the range of tx_power that I can set?

Can it be a negative number like (-20)?

What does tx_power correspond to the actual power like mW?

What is the default value of tx_power at startup?

Related