cancel
Showing results for 
Search instead for 
Did you mean: 

Advertisement start without automatically adding a TX power type

muslimah
Associate II

Hi, 

Hi all!

My first post here and very excited! We just switched to ST Ble module in stm32wb55.

 Now I am trying  to remove AD_TYPE 0x0A from advertisement, it takes us 3 bytes we need.

Similar to this issue : https://community.st.com/t5/wireless-mcu/problem-trying-to-remove-tx-power-level-ad-type-from-advertising/m-p/177575#M7011

 

I am using 1.16 full.bin stack, as the peripheral.

Issue: some hci commands are disabled in the _full.bin. I can't use other bin. Can I achieve it without a different stack?

 

Thanks a lot for all the helpers!

1 REPLY 1
Remy ISSALYS
ST Employee

Hello,

You can removed TX Power Level AD Type of the advertising data using the ACI_GAP_DELETE_AD_TYPE command.

Best Regards