Compile time configuration of the DFU module. More...
Macros | |
| #define | NRF_MESH_DFU_TX_SLOTS 8 |
| Number of concurrent DFU transmissions available. More... | |
| #define | NRF_MESH_DFU_REQ_TIMEOUT_US (600000000UL) |
| Time to wait for a response to a DFU request before giving up. More... | |
| #define | NRF_MESH_DFU_RELAY_TIMEOUT_US (600000000UL) |
| Time to wait for a response to a DFU relay request before giving up. More... | |
| #define | NRF_MESH_DFU_DATA_TRANSFER_TIMEOUT_US (600000000UL) |
| Time to wait for data during a transfer. More... | |
Detailed Description
Compile time configuration of the DFU module.
Macro Definition Documentation
◆ NRF_MESH_DFU_TX_SLOTS
| #define NRF_MESH_DFU_TX_SLOTS 8 |
Number of concurrent DFU transmissions available.
Definition at line 50 of file nrf_mesh_config_dfu.h.
◆ NRF_MESH_DFU_REQ_TIMEOUT_US
| #define NRF_MESH_DFU_REQ_TIMEOUT_US (600000000UL) |
Time to wait for a response to a DFU request before giving up.
Definition at line 55 of file nrf_mesh_config_dfu.h.
◆ NRF_MESH_DFU_RELAY_TIMEOUT_US
| #define NRF_MESH_DFU_RELAY_TIMEOUT_US (600000000UL) |
Time to wait for a response to a DFU relay request before giving up.
Definition at line 60 of file nrf_mesh_config_dfu.h.
◆ NRF_MESH_DFU_DATA_TRANSFER_TIMEOUT_US
| #define NRF_MESH_DFU_DATA_TRANSFER_TIMEOUT_US (600000000UL) |
Time to wait for data during a transfer.
Definition at line 65 of file nrf_mesh_config_dfu.h.