DFU type definitions. More...
Data Structures | |
struct | nrf_mesh_bootloader_id_t |
Bootloader ID structure. More... | |
struct | nrf_mesh_app_id_t |
Application ID structure. More... | |
union | nrf_mesh_fwid_t |
ID of a standalone firmware segment. More... | |
struct | nrf_mesh_dfu_transfer_t |
DFU transfer information structure. More... | |
struct | nrf_mesh_dfu_bank_info_t |
DFU Bank info structure. More... | |
struct | nrf_mesh_dfu_transfer_state_t |
Current state of a transfer. More... | |
DFU type definitions.
Guiding authority values for sourcing a transfer.
When picking a device to source a DFU, the target node prioritizes based on a priority parameter presented by each potential source. The source candidate presenting the highest authority gets to source the transfer.
Definition at line 79 of file nrf_mesh_dfu.h.
enum nrf_mesh_dfu_type_t |
DFU transfer types.
Definition at line 102 of file nrf_mesh_dfu_types.h.
enum nrf_mesh_dfu_state_t |
States of the DFU module.
Definition at line 120 of file nrf_mesh_dfu_types.h.
enum nrf_mesh_dfu_end_t |
Reasons for a DFU operation to end.
Definition at line 138 of file nrf_mesh_dfu_types.h.
enum nrf_mesh_dfu_role_t |
The various roles a device can play in a dfu transfer.
Definition at line 160 of file nrf_mesh_dfu_types.h.