Hi !
I am trying to create an advertising dataframe with 2 data fields, like that :
0C0950475754785F7878787878
10FF59FE00000000000000000000000000
I succeeded to do that, using the adddata.name_type and ble_advertising_init_t.advdata.p_manuf_specific_data.
But for now my frame is like that:
10FF59FE000000000000000000000000000C0950475754785F7878787878
And I would like that it will be like that :
0C0950475754785F787878787810FF59FE00000000000000000000000000.
Do you know how I can do that ?
Btw, I have checked this subject, https://devzone.nordicsemi.com/f/nordic-q-a/12464/regarding-advertising-data-order , but I haven't found any information for me.
Thanks !