Hello.
I wrote a simple beacon application which advertises with uuid, major, minor and name. Now what I saw in sample beacon I found somewhere is that nrf connect properly parses uuid , major , minor:
And when nrf connect parses my adv packet it looks like this:

My understanding is that ibeacon is adding more information about what it advertises and beacuse of that information nrf connect can parse it correctly. Is that right?
Seems ok but.. I have build my example upon beacon example from SDK. So I added minor, major, uuid throghj manu specific data. I modified example to include name in adv data. But problem was that I was running out of adv space and even needed to remove flags and make a hack in ble_advdata.c because ble_advdata_set function started to return error cause by to long data. I inculde my main.c , please let me know what am I doing wrong.
Regards,
Michal
