nRF51 SDK - S110 SoftDevice
|
DFU service initialization structure. More...
#include <ble_dfu.h>
Data Fields | |
uint16_t | revision |
ble_dfu_evt_handler_t | evt_handler |
ble_srv_error_handler_t | error_handler |
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.
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.