Hello Dialog,
I am using the DA14695 USB stick and I wanted to set the transmission power during advertisement and change it once the connection is established. I have used the function in the sdk, "ble_gap_tx_power_set(GAP_AIR_OP_ADV, GAP_TX_POWER_MINUS_18_dBm);". But, I am not understanding how to verify the power that I have set is working in the BLE scanning app. Could you suggest me how to check this feature whether its working or not?
Also, are there any documents available to study about the SDK 10.0.10?
Thanks in advance.
Regards,
Prasanna
Device:
Hi,
with USB Kit the only way is using a BLE scanner and check the RSSI value.
Here you have the Software Manual, this is a live document that we continuosly update:
http://lpccs-docs.dialog-semiconductor.com/um-b-092-da1469x_software_pla...
SDK API instead are documented in doxugen format in the sdk directory ...\doc\html
BR, Paolo