Macros | |
| #define | CORE_TX_QUEUE_BUFFER_SIZE_ORIGINATOR 256 |
| Core mesh originator queue buffer size. | |
| #define | CORE_TX_QUEUE_BUFFER_SIZE_RELAY 128 |
| Core mesh relay queue buffer size. | |
| #define | CORE_TX_QUEUE_BUFFER_SIZE_INSTABURST_ORIGINATOR 4096 |
| Core mesh instaburst originator queue buffer size. | |
| #define | CORE_TX_QUEUE_BUFFER_SIZE_INSTABURST_RELAY 2048 |
| Core mesh instaburst relay queue buffer size. | |
| #define | CORE_TX_INSTABURST_CHANNELS |
| Core mesh instaburst array. More... | |
| #define | CORE_TX_REPEAT_ORIGINATOR_DEFAULT 1 |
| Default number of repeated transmissions of one original mesh packet. More... | |
| #define | CORE_TX_REPEAT_RELAY_DEFAULT 1 |
| Default number of repeated transmissions of one relayed mesh packet. More... | |
| #define | MESH_FEATURE_RELAY_ENABLED (1) |
| Relay feature. | |
Detailed Description
Macro Definition Documentation
◆ CORE_TX_INSTABURST_CHANNELS
| #define CORE_TX_INSTABURST_CHANNELS |
Value:
{0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, \ 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36}
Core mesh instaburst array.
Definition at line 127 of file nrf_mesh_config_core.h.
◆ CORE_TX_REPEAT_ORIGINATOR_DEFAULT
| #define CORE_TX_REPEAT_ORIGINATOR_DEFAULT 1 |
Default number of repeated transmissions of one original mesh packet.
Definition at line 134 of file nrf_mesh_config_core.h.
◆ CORE_TX_REPEAT_RELAY_DEFAULT
| #define CORE_TX_REPEAT_RELAY_DEFAULT 1 |
Default number of repeated transmissions of one relayed mesh packet.
Definition at line 139 of file nrf_mesh_config_core.h.