Patched version of nrf51822 FOTA compatible driver, with GPTIO disabled, as it clashed with the mbed definitions...

Fork of nRF51822 by Nordic Semiconductor

Embed: (wiki syntax)

« Back to documentation index

dfu_app_handler.h File Reference

dfu_app_handler.h File Reference

Go to the source code of this file.

Typedefs

typedef void(* dfu_app_reset_prepare_t )(void)
 DFU Application reset prepare function.

Functions

void dfu_app_on_dfu_evt (ble_dfu_t *p_dfu, ble_dfu_evt_t *p_evt)
 Function for handling of ble_dfu_evt_t from DFU Service.
void dfu_app_reset_prepare_set (dfu_app_reset_prepare_t reset_prepare_func)
 Function for registering for reset prepare calls.
void dfu_app_set_dm_handle (dm_handle_t const *p_dm_handle)
 Function for setting Device manager handle for current BLE connection.

Detailed Description

Definition in file dfu_app_handler.h.