ble_dfu_init_t

nRF5 SDK v11.0.0

nRF5 SDK v11.0.0

DFU service initialization structure. More...

#include <ble_dfu.h>

Detailed Description

DFU service initialization structure.

This structure contains the initialization information for the DFU Service. The application needs to fill this structure and pass it to the DFU Service using the ble_dfu_init function.

Field Documentation

ble_srv_error_handler_t ble_dfu_init_t::error_handler

Function to be called in case of an error.

ble_dfu_evt_handler_t ble_dfu_init_t::evt_handler

Event handler to be called for handling events in the Device Firmware Update Service.

uint16_t ble_dfu_init_t::revision

Revision number to be exposed by the DFU service.