Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of nRF51822 by
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_SUCCESS Operation success.
uint32_t dfu_transport_update_start | ( | void | ) |
Function for starting the update of Device Firmware.
- Return values:
-
NRF_SUCCESS Operation success.
Generated on Tue Jul 12 2022 21:00:17 by
