Dear all
I have a service with an UUID. Let's say 11111111-2222-3333-4444-555555555555
I also have two characteristics that belong to this service:
66666666-7777-8888-9999-AAAAAAAAAAAA
66666666-7777-8888-9999-AAAAAAAAAAAB
I know that this is not the canonical form of a service and charachteristics. My question is: can I implement it on a nRF52 with S132?
To add charachteristics I have to use sd_ble_gatts_characteristic_add, that takes as an argument a ble_gatts_attr_t. This structure contains a ble_uuid_t, where only 16 bits of UUID can be defined. So I assume that the base UUID for the characteristic is read from the service hande passed to sd_ble_gatts_characteristic_add. Is this correct?
Is there a way to implement this service with said characteristics?
Kind regards, E:P