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_pkt_rcpt_notif_req_t Struct Reference

ble_pkt_rcpt_notif_req_t Struct Reference
[Device Firmware Update Service]

Packet receipt notification request structure. More...

#include <ble_dfu.h>

Data Fields

uint16_t num_of_pkts
 The number of packets of firmware data to be received by application before sending the next Packet Receipt Notification to the peer.

Detailed Description

Packet receipt notification request structure.

This structure contains the contents of the packet receipt notification request sent by the DFU Controller.

Definition at line 101 of file ble_dfu.h.


Field Documentation

uint16_t num_of_pkts

The number of packets of firmware data to be received by application before sending the next Packet Receipt Notification to the peer.

Definition at line 103 of file ble_dfu.h.