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

BLE : UUID service (128bits) and UUID characteristic with a slight difference

Hi

based on nus example , I'd like to create  RX/TX characteristics with a custom UUID (128bits)

My problem is about the UUID  characteristics versus UUID service, for example my UUID service is like this

UUID service : 5ABB-1234-5614_.....

and I'd like a UUID characteristics with a slight difference (the first byte)due to the existing app that I have

  UUID characteristic for TX : 5BBB-1235-5614_.....

 UUID characteristic for RX : 5BBB-1236-5614_.....

I can't modify the first byte with sd_ble_gatts_service_add() function because it's based on UUID service, any suggestion?

thanks

Related