I am using Nrf Connect SDK version 2.3.0. I am using visual studio code for developing the beacon application.
I want to beacon a dynamic variable value in the eddystone advertisement.. For this I defined variable as follows:
I am using Nrf Connect SDK version 2.3.0. I am using visual studio code for developing the beacon application.
I want to beacon a dynamic variable value in the eddystone advertisement.. For this I defined variable as follows:
Hello
Sounds like you're looking for the function to update advertising data?
Best regards,
Einar
Hi, I looked for an example for bt_le_adv_update_data but couldn't find one. Can you please provide an example code for this API? Thanks.
See for example in the HRS sample how bt_le_adv_start is used:
bt_le_adv_update_data takes the same inputs and updates the advertising data.
-Einar