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.