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.
ble_dfu_s Struct Reference
[Device Firmware Update Service]
  DFU service structure. More...
#include <ble_dfu.h>
| Data Fields | |
| uint16_t | conn_handle | 
| Handle of the current connection (as provided by the S110 SoftDevice). | |
| uint16_t | revision | 
| Handle of DFU Service (as provided by the S110 SoftDevice). | |
| uint16_t | service_handle | 
| Handle of DFU Service (as provided by the S110 SoftDevice). | |
| uint8_t | uuid_type | 
| UUID type assigned for DFU Service by the S110 SoftDevice. | |
| ble_gatts_char_handles_t | dfu_pkt_handles | 
| Handles related to the DFU Packet characteristic. | |
| ble_gatts_char_handles_t | dfu_ctrl_pt_handles | 
| Handles related to the DFU Control Point characteristic. | |
| ble_gatts_char_handles_t | dfu_status_rep_handles | 
| Handles related to the DFU Status Report characteristic. | |
| ble_gatts_char_handles_t | dfu_rev_handles | 
| Handles related to the DFU Revision characteristic. | |
| ble_dfu_evt_handler_t | evt_handler | 
| The event handler to be called when an event is to be sent to the application. | |
| ble_srv_error_handler_t | error_handler | 
| Function to be called in case of an error. | |
Detailed Description
DFU service structure.
This structure contains status information related to the service.
Definition at line 133 of file ble_dfu.h.
Field Documentation
| uint16_t conn_handle | 
| uint16_t revision | 
| uint16_t service_handle | 
Generated on Tue Jul 12 2022 17:25:23 by
 1.7.2
 1.7.2