2023-07-24 09:31 AM - edited 2023-07-24 09:32 AM
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!
2023-07-26 09:32 AM
Hello,
You can removed TX Power Level AD Type of the advertising data using the ACI_GAP_DELETE_AD_TYPE command.
Best Regards