Hi, Nordic
I want to add ble_dfu service in my app, my own app will add my custom ble service.
So in service_init() function, ble_dfu_init first callback, then my own ble service xxx_init.
my own ble service xxx also use sd_ble_uuid_vs_add, it return 4 (not 0).
So fata error.
I check ble_dfu service, it also use sd_ble_uuid_vs_add, can it add ble_dfu and my own ble service?
delete ble_dfu or my own ble service, it work fine.