nRF51 SDK - S110 SoftDevice
|
DFU transport module interface. More...
Functions | |
uint32_t | dfu_transport_update_start (void) |
Function for starting the update of Device Firmware. More... | |
uint32_t | dfu_transport_close (void) |
Function for closing the transport layer. More... | |
DFU transport module interface.
uint32_t dfu_transport_close | ( | void | ) |
Function for closing the transport layer.
NRF_SUCCESS | Operation success. |
uint32_t dfu_transport_update_start | ( | void | ) |
Function for starting the update of Device Firmware.
NRF_SUCCESS | Operation success. |