This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Ibeacon packet update

hello,i want to update uuid in ibeacon packet using NUS service and if i update the field its showing in hext format ,i want to display same values those are coming from nus,please help....

Parents Reply
  • As mentioned, you will need to receive the updated UUID in the nus_data_handler() function. Then update the beacon advertising data based on the value received. How you want to design this is up to you. In order to connect from the phone, you will need to do connectable advertising.

    Do you want to keep advertising the beacon data while you are in the connection (while updating he UUID) ?

    kiranj said:
    eg.if i entered 10 it should display 10 not "a".plese suggest.thanks

     Where is it displayed as 'a' ?

Children
No Data
Related