This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC2640R2F: Can characteristic UUID be independent from Service UUID ?

Part Number: CC2640R2F

Hi,

Our customer defines a private service including 3 characteristic.
They defines UUID as :
Private Service UUID = 0xB2616654-881A-4259-860D-393064410000
Char 1 UUID              = 0xB2616654-881A-4259-860D-393064410001
Char 2 UUID              = 0xB2616654-881A-4259-860D-393064410002
Char 3 UUID              = 0xB2616654-881A-4259-860D-393064410003

I want to confirm is it possible to implement private service and its characteristic UUIDs like this?

In my opinion ==> 128-bit value = 16-bit-value * 2^96 + CustomizedBaseUUID

Thanks!