OTA BLE - Advertising doesn't match AN5247
Hi,
We are using the OTA BLE example as the base for our bootloader on a STM32WB55.
I'm reading through AN5247, and it describes the advertising message as follows:

But the advertising message that I get has all its Feature Group B bits set to 0.

I tracked the a_ManufData across the project's code and after initialisation, it's only changed to add the BLE address, and the value of 0x20 mentioned in the AN5247 is never set anywhere.
Also, the first row in table 4 above lists length as 8, I think it should be set to 13 (12 for the data + 1 for the AD type).
Is that an error on the bootloader project or the application note? Am I missing something?
Thanks!
