Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of nrf51-sdk by
ble_dfu_evt_t Struct Reference
[Device Firmware Update Service]
DFU Event structure. More...
#include <ble_dfu.h>
Data Fields | |
ble_dfu_evt_type_t | ble_dfu_evt_type |
Type of the event. | |
ble_dfu_pkt_write_t | ble_dfu_pkt_write |
The DFU packet received. | |
ble_pkt_rcpt_notif_req_t | pkt_rcpt_notif_req |
Packet receipt notification request. |
Detailed Description
DFU Event structure.
This structure contains the event generated by the DFU Service based on the data received from the peer.
Definition at line 133 of file ble_dfu.h.
Field Documentation
The DFU packet received.
This field is when the ble_dfu_evt_type field is set to BLE_DFU_PACKET_WRITE.
Packet receipt notification request.
This field is when the ble_dfu_evt_type field is set to BLE_DFU_PKT_RCPT_NOTIF_ENABLED.
Generated on Tue Jul 12 2022 14:11:23 by
