ble_dfu_pkt_write_t

nRF5 SDK v11.0.0

nRF5 SDK v11.0.0

DFU Packet structure. More...

#include <ble_dfu.h>

Data Fields

uint8_t * p_data
uint8_t len

Detailed Description

DFU Packet structure.

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 ble_dfu_pkt_write_t::len

Length of the packet received.

uint8_t* ble_dfu_pkt_write_t::p_data

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