ble_dfu_s

nRF5 SDK v11.0.0

nRF5 SDK v11.0.0

DFU service structure. More...

#include <ble_dfu.h>

Detailed Description

DFU service structure.

This structure contains status information related to the service.

Field Documentation

uint16_t ble_dfu_s::conn_handle

Handle of the current connection (as provided by the SoftDevice). This will be BLE_CONN_HANDLE_INVALID when not in a connection.

ble_gatts_char_handles_t ble_dfu_s::dfu_ctrl_pt_handles

Handles related to the DFU Control Point characteristic.

ble_gatts_char_handles_t ble_dfu_s::dfu_pkt_handles

Handles related to the DFU Packet characteristic.

ble_gatts_char_handles_t ble_dfu_s::dfu_rev_handles

Handles related to the DFU Revision characteristic.

ble_gatts_char_handles_t ble_dfu_s::dfu_status_rep_handles

Handles related to the DFU Status Report characteristic.

ble_srv_error_handler_t ble_dfu_s::error_handler

Function to be called in case of an error.

ble_dfu_evt_handler_t ble_dfu_s::evt_handler

The event handler to be called when an event is to be sent to the application.

uint16_t ble_dfu_s::revision

Handle of DFU Service (as provided by the SoftDevice).

uint16_t ble_dfu_s::service_handle

Handle of DFU Service (as provided by the SoftDevice).

uint8_t ble_dfu_s::uuid_type

UUID type assigned for DFU Service by the SoftDevice.