2025-02-24 05:10 AM
Hi all
We are using STM32WB55 for BLE application. By default, the TX power is added to AD data structure.
Got to know that we can use this below API to remove the field from advertisement.
ret = aci_gap_delete_ad_type(AD_TYPE_TX_POWER_LEVEL);
Is there a way to completely remove the TX power from AD structure? So, every time I start the advertisement, I don't need to explicitly remove the TX power parameter.