nRF51 SDK
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
ble_dfu_pkt_write_t Struct Reference

Data Fields

uint8_t len
 
uint8_t * p_data
 

Detailed Description

This structure contains the value of the DFU Packet characteristic as written by the peer and the length of the value written. It will be filled by the DFU Service when the peer writes to the DFU Packet characteristic.

Field Documentation

uint8_t len

Length of the packet received.

uint8_t* p_data

Pointer to the received packet. This will point to a word aligned memory location.