simple_ble_get_uuid128() function
Convert handle to 128 bit UUID of characteristic This function can be easily used to get the corresponding UUID for a characteristic that has been created, and the one for which we only have the handle for.
Syntax
const uint8_t *simple_ble_get_uuid128(uint16_t handle); Return value
Pointer to UUID of the characteristic NULL in case of invalid handle