Hello,
I am using nRF52840, SDK_16.0.0, SoftDevice S140 V7.0.1 and Segger for flashing the image. I am using ‘ble_app_blinky’.
I want to send packet with different Tx power levels over serial interface. I am using sd_ble_gap_tx_power_set() to change Tx power.
1) During advertisement packet, if there is a serial command to change Tx power level, will it take immediately by calling sd_ble_gap_tx_power_set(BLE_GAP_TX_POWER_ROLE_ADV).
2) Also once device is connected, it there is a serial command to change Tx power level, will it take immediately by calling sd_ble_gap_tx_power_set(BLE_GAP_TX_POWER_ROLE_CONN) or do I need to reset.
Thanks & Regards
Vishnu Beema