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

use 52832 to recognize three level UUID

I use 52832 as a center to recognize a device which have three level UUID,but I only read the second UUID.how can I to read the third UUID

Parents Reply
  • If the service and characteristics have different 128 bit base UUID's you need to add them all. If they use the same base UUID, but you only change 16 bits in the "middle", you only need to add 1 vendor specific UUID. The last bytes will not change.

    To understand how this works you could look to the uart example in the sdk that only use one vendor specific UUID. And you can look at the ANCS example that is using multiple vendor specific UUID's.

Children
Related