nRF51 SDK
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
ble_dfu_init_t Struct Reference

Data Fields

ble_dfu_evt_handler_t evt_handler
 
ble_srv_error_handler_t error_handler
 

Detailed Description

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_dfu_evt_handler_t evt_handler

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

ble_srv_error_handler_t error_handler

Function to be called in case of an error.