Hello, I want to make beacon with my uuids. I am referring to code ble_app_beacon code from sdk 12.2.2 I have made changes according to my requirements in my code. I am using nrf connect app. My challenge is I want to get one more field in (Raw data in nrf connect app). I am successful in getting this-> Screenshot_20170830-112445.png In the above image I am getting three fields but I want to have one more field after 1st field i.e after 0x06 in my screenshot. The field should have data like Data packet length - 0x03 , Type of data - 0x03(0x03 = 16bit uuid) , 0xE1 (UUID) , 0xE1 (UUID).
I am attaching my main file here -> main.txt
Thanks,