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

NRF52832 16 bit service UUID and 128 bit characteristic UUID

Hello everyone,

We want to program the other NRF52832 chip from the NRF52832 chip via OTA. The DFU service UUID is 16 bits (0xfe59). However, the characteristic UUIDs are 128 bits. We are having problems in the process of discovering them. Both service and characteristic UUIDs are 128-bit or 16-bit, no problem. But when one is 16 bits and the other is 128 bits, we cannot perform the discover operation.
Is there a solution for this? Or is there a sample project?
Related