nRF51 SDK - S110 SoftDevice
|
DFU Packet structure. More...
#include <ble_dfu.h>
Data Fields | |
uint8_t | len |
uint8_t * | p_data |
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.
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.