Hello
I would like to integrate DFU into my application
but, when including:
#ifdef BLE_DFU_APP_SUPPORT
#include "ble_dfu.h"
#include "dfu_app_handler.h"
#endif // BLE_DFU_APP_SUPPORT
dfu_app_handler.h is not available, I have also searched for this file on SDK but it does not exist
please advice