how to broadcast 15 byte data with ble
I want to create a program on stm32wb55 where the program broadcasts with a 15 byte payload containing the stm mac address, 4 bytes of data & 5 bytes of data
I have successfully done it on ESP32 and it can be scanned by a scanner

esp32 broadcaster

Scan with nrf connect
I want to do it on STM32 too, with the BLE_Beacon example program and choose type beacon
#define CFG_BEACON_TYPE (CFG_EDDYSTONE_UID_BEACON_TYPE)
but I don't understand how.. can you help me to produce the same payload as the one I created on ESP32?

BLE_Beacon
