I would to like to update a nrf52833 controller via DFU from another nrf52833 controller via BLE. nrf52833 eval kit is able to connect with another nrf52833 custom controller via BLE and found the buttonless service for sending the reset command. Once reset command is sent and the custom board got advertising with bootloader. The eval kit is connected with custom bootloader and found the secure dfu service handles by discovering DB. Then sent the notification cccd value to the control point characteristics. Now i need to sent the init packet and bin file to custom board. Please suggest the next steps and procedure with APIs from eval kit to custom board.