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 transport API.

DFU transport API.

DFU transport module interface. More...

Functions

uint32_t dfu_transport_update_start (void)
 Function for starting the update of Device Firmware.
uint32_t dfu_transport_close (void)
 Function for closing the transport layer.

Detailed Description

DFU transport module interface.


Function Documentation

uint32_t dfu_transport_close ( void   )

Function for closing the transport layer.

Return values:
NRF_SUCCESSOperation success.
uint32_t dfu_transport_update_start ( void   )

Function for starting the update of Device Firmware.

Return values:
NRF_SUCCESSOperation success.