DFU definitions. More...
Macros | |
| #define | NRF_MESH_DFU_AUTH_LEVEL_MIN (1) |
| Lowest authentication level available for DFU requests. More... | |
| #define | NRF_MESH_DFU_AUTH_LEVEL_MAX (7) |
| Highest authentication level available for DFU requests. More... | |
| #define | NRF_MESH_DFU_PUBLIC_KEY_LEN (64) |
| Length of a firmware public key. More... | |
| #define | NRF_MESH_DFU_SIGNATURE_LEN (64) |
| Length of a firmware signature. More... | |
| #define | NRF_MESH_DFU_SEGMENT_LENGTH (16) |
| Length of a dfu packet data segment. More... | |
Detailed Description
DFU definitions.
Macro Definition Documentation
◆ NRF_MESH_DFU_AUTH_LEVEL_MIN
| #define NRF_MESH_DFU_AUTH_LEVEL_MIN (1) |
Lowest authentication level available for DFU requests.
Definition at line 63 of file nrf_mesh_dfu.h.
◆ NRF_MESH_DFU_AUTH_LEVEL_MAX
| #define NRF_MESH_DFU_AUTH_LEVEL_MAX (7) |
Highest authentication level available for DFU requests.
Definition at line 65 of file nrf_mesh_dfu.h.
◆ NRF_MESH_DFU_PUBLIC_KEY_LEN
| #define NRF_MESH_DFU_PUBLIC_KEY_LEN (64) |
Length of a firmware public key.
Definition at line 52 of file nrf_mesh_dfu_types.h.
◆ NRF_MESH_DFU_SIGNATURE_LEN
| #define NRF_MESH_DFU_SIGNATURE_LEN (64) |
Length of a firmware signature.
Definition at line 54 of file nrf_mesh_dfu_types.h.
◆ NRF_MESH_DFU_SEGMENT_LENGTH
| #define NRF_MESH_DFU_SEGMENT_LENGTH (16) |
Length of a dfu packet data segment.
Definition at line 56 of file nrf_mesh_dfu_types.h.