Effective range of transmission strength set in sd_ble_gap_tx_power_set();​​​​​​​

Hello, 

I'm thinking of increasing the transmit strength of my peripheral device using the function provided below.

sd_ble_gap_tx_power_set(BLE_GAP_TX_POWER_ROLE_ADV , NULL, 4);​​​​​​​

I have two questions.

・If I don't use this function, is the default transmit strength 0dbm?

・If the above function raises the transmission strength of the advertising packet to 4dbm, is the transmission strength 4dbm after the connection is established? Is it 0dbm?

Also, is it possible to improve the reception sensitivity with softdevice or nRF library settings?

Thank you.

Related