Dear Sir,
I am using SDK15. Softdevice s 132, and nrf52832.
I was working with code 'ble_app_template'.
I was trying to find out the transmit power set for the advertising packets.
When I printed the following value I got the value as zero. Is it in dBm. Is this the correct value ?Is this the default value?
1) 'p_ble_evt->evt.gap_evt.params.adv_report.tx_power'
I gave the print statement inside "ble_evt_handler()" function
I tried printing the following value also iside the function ble_advertising_start().
2) p_advertising->adv_params.properties.include_tx_power.
This also gives a value zero. Is this also showing correctly?Is this the default value?
Please guide me in finding out the actual transmit power for the advertising packets?
I came to know that the function "sd_ble_gap_tx_power_set" has to be used to alter the transmit power for advertising packets..
How to use it and where to be used if it has to work properly?
And which variable should I check to know the transmit power set for the advertising packets?
Please help me in resolving the issue.
Thanking you in advance.
with regards,
Geetha