Hello,
I'm trying to find a way to get an event or callback in the application when DFU start updating or downloading image using BLE.
so far I found CONFIG_MCUBOOT_ACTION_HOOKS but I'm now sure if this is the correct way, but anyway I added
27 | #define mcuboot_status_change(_status) do {} while (0)