Hii everyone,
In a project. I'm trying to add dfu to a central and peripheral project. While doing I come to know that dfu using device_manger calls for its processing but central and peripheral using peer_manager instead. I directly added the dfu service to the project and compiled along with device_manager_peripheral.c, so it compiled well but Its not advertising. So first I wanted to know is it possible to have dfu in central and peripheral project and if possible what changes do we need to retarget dfu from device_manager calls to peer_manager calls