1. nRF Connect SDK v1.9.1
2. Segger 5.68
3. sample name : multiple_adv_sets
I am developing through multiple_adv_sets.
I want to test by changing the uuid in uuid.c, but it does not change.
please tell me where i need to change
1. nRF Connect SDK v1.9.1
2. Segger 5.68
3. sample name : multiple_adv_sets
I am developing through multiple_adv_sets.
I want to test by changing the uuid in uuid.c, but it does not change.
please tell me where i need to change
Hi,
I would not recommend you change anything in the uuid.h file and instead follow this guide, specially step 4 and 5 to read up on how to define your own custom services and characteristics and then incorporate it into the mul_adv_sets sample to get a feel on how the services work.
The multip_adv_sets sample uses the Device Information Service UUID, so you will need to do some modifications to be able to use your own custom UUID.
Let me know if this helps!
Kind regards,
Andreas
thank you.
This is the material I was looking for. It's harder to find tutorials than I thought.
thank you.
This is the material I was looking for. It's harder to find tutorials than I thought.
Hi,
They can be a bit tricky to find, so feel free to reach out to us here at Devzone and ask if we can suggest any samples or guides for a topic you are working on!
Most of the guides and documentation can be found infocenter for nRF Connect SDK, so this is a good place to start most of the time!
Kind regards,
Andreas