I'm using SDK 12.2.0, SofDevice 3.0 and my chip nRF52832.
In my boot-loader project i disable IS_SRVC_CHANGED_CHARACT_PRESENT by define to 0.
The dfu process is completed and firmware was tranferred but boot-loader can not jump to application because the
bootloader_settings_t cannot saved in method bootloader_settings_save of bootloader.c file
I have another test with enable IS_SRVC_CHANGED_CHARACT_PRESENT the dfu process was successful.