DFU BLE SVC internal

nRF5 SDK v9.0.0

nRF51 SDK v9.0.0

DFU BLE SVC internal functions in bootloader. The DFU BLE SuperVisor Calls allow an application to execute functions in the installed bootloader. This interface provides internal Bootloader DFU functions for retrieving data exchanged through SuperVisor Calls. More...

Functions

uint32_t dfu_ble_peer_data_get ( dfu_ble_peer_data_t *p_peer_data)
Internal bootloader/DFU function for retrieving peer data provided from application. More...

Detailed Description

DFU BLE SVC internal functions in bootloader. The DFU BLE SuperVisor Calls allow an application to execute functions in the installed bootloader. This interface provides internal Bootloader DFU functions for retrieving data exchanged through SuperVisor Calls.

Function Documentation

uint32_t dfu_ble_peer_data_get ( dfu_ble_peer_data_t * p_peer_data )

Internal bootloader/DFU function for retrieving peer data provided from application.

Parameters
[out] p_peer_data Peer data set by application to be used for DFU connection.
Return values
NRF_SUCCESS If peer data is valid and can be used for connection.
NRF_ERROR_NULL If p_peer_data is a NULL pointer.
NRF_ERROR_INVALID_DATA If peer data is not available or invalid.

Please send us your feedback about the documentation! For technical questions, visit the Nordic Developer Zone .