nRF5 SDK v12.3.0
Data Fields
ble_dfu_t Struct Reference

DFU Service. More...

#include <nrf_ble_dfu.h>

Data Fields

uint16_t service_handle
 
uint8_t uuid_type
 
ble_gatts_char_handles_t dfu_pkt_handles
 
ble_gatts_char_handles_t dfu_ctrl_pt_handles
 

Detailed Description

DFU Service.

This structure contains status information related to the service.

Field Documentation

ble_gatts_char_handles_t ble_dfu_t::dfu_ctrl_pt_handles

Handles related to the DFU Control Point Characteristic.

ble_gatts_char_handles_t ble_dfu_t::dfu_pkt_handles

Handles related to the DFU Packet Characteristic.

uint16_t ble_dfu_t::service_handle

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

uint8_t ble_dfu_t::uuid_type

UUID type assigned to the DFU Service by the SoftDevice.


The documentation for this struct was generated from the following file:

Documentation feedback | Developer Zone | Subscribe | Updated