Nordic stack and drivers for the mbed BLE API

Dependents:   idd_hw5_bleFanProto

Fork of nRF51822 by Nordic Semiconductor

Embed: (wiki syntax)

« Back to documentation index

ble_dfu_pkt_write_t Struct Reference

ble_dfu_pkt_write_t Struct Reference
[Device Firmware Update Service]

DFU Packet structure. More...

#include <ble_dfu.h>

Data Fields

uint8_t len
 Length of the packet received.
uint8_t * p_data
 Pointer to the received packet.

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.

Definition at line 90 of file ble_dfu.h.


Field Documentation

uint8_t len

Length of the packet received.

Definition at line 92 of file ble_dfu.h.

uint8_t* p_data

Pointer to the received packet.

This will point to a word aligned memory location.

Definition at line 93 of file ble_dfu.h.