nRF51 SDK - S110 SoftDevice
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
dfu_ble_peer_data_t Struct Reference

DFU Peer data structure. More...

#include <dfu_ble_svc.h>

Data Fields

ble_gap_enc_info_t enc_info
 
ble_gap_irk_t irk
 
ble_gap_addr_t addr
 

Detailed Description

DFU Peer data structure.

This structure contains peer data needed for connection to a bonded device during DFU. The peer data must be provided by the application to the bootloader during buttonless update. See dfu_ble_svc_set_peer_data. It contains bond information about the desired DFU peer.