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

How to generate different UUID's for service and characteristics

Hello,

I want to generate different UUID for service and for characteristics with different base address for both.

I am updating base address in characteristics_add function and uses this function: err_code = sd_ble_uuid_vs_add(&base_uuid, &char_uuid.type); before, sd_ble_gatts_characteristic_add();

But still I am getting the base address of service only not the upadated characteristics base address.

I am not getting what would be the problem

Parents Reply Children
No Data
Related