nRF51 SDK
|
Data Fields | |
ble_dfu_evt_handler_t | evt_handler |
ble_srv_error_handler_t | error_handler |
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_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.