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

Creation of service with unique 128 bit UUID, characteristics with unique 128 bit UUID.

Hello,

Is it possible to create a GATT service with a 128 bit UUID, where each characteristic has a unique 128 bit UUID of it's own?

Looking at the examples, it seems as though you can implement a service with a base 128 bit UUID, then each 128 bit UUID within the service is based on this base address. In the software, the ble event data will only contain a 16 bit UUID.

Any help would be appreciated, thanks.

Related