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