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