This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

I am trying to write the bsp for nordic nRF51. I added the device information service and i want to change the system id of the DIS (dis_init.p_sys_id) without success . Can you please tell me how can i do it. Thank you.

dis_init.p_sys_id->manufacturer_id = 0x5555; dis_init.p_sys_id->organizationally_unique_id = 0x5555;

This is not change anything.

Related