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!