Hello. I am using and modifying long range demo master from Nordic PlayGround, which was originally developed in sdk 15.0.0. My purpose is to change it so that it will dynamically change and send time stamps in terms of advertisements. Looking thorough different threads here, I found out I will be able to do that with function ble_advertising_adv_data_update function which I think from Advertising module?
So, I really don't want to migrate the whole program into 15.2 it seems very tedious and I am facing a lot of problems. Instead, I would like to go and take the written function or library from 15.2 and put it in 15.0.0.
I would like to if it is feasible and if so, which source file I should check out?
If there is other walk around for dynamically changing advertisement data? I would love to know/
Thank you in advance.