nRF5 SDK for Mesh v5.0.0
Modules | Macros
Access layer configuration

Configuration of access layer resource usage. More...

Modules

 Configuration of access layer reliable messages
 Configuration of the application-specific parameters of the access layer reliable messages.
 

Macros

#define ACCESS_DEFAULT_TTL   (4)
 The default TTL value for the node.
 
#define ACCESS_MODEL_COUNT   (1)
 The number of models in the application. More...
 
#define ACCESS_ELEMENT_COUNT   (2)
 The number of elements in the application. More...
 
#define ACCESS_SUBSCRIPTION_LIST_COUNT   (ACCESS_MODEL_COUNT)
 The number of allocated subscription lists for the application. More...
 

Detailed Description

Configuration of access layer resource usage.

Macro Definition Documentation

◆ ACCESS_MODEL_COUNT

#define ACCESS_MODEL_COUNT   (1)

The number of models in the application.

Note
To fit the configuration model, this value must equal at least the number of models needed by the application plus one.

Definition at line 86 of file nrf_mesh_config_app.h.

◆ ACCESS_ELEMENT_COUNT

#define ACCESS_ELEMENT_COUNT   (2)

The number of elements in the application.

Warning
If the application is to support multiple instances of the same model, these instances cannot be in the same element and a separate element is needed for each new instance of the same model.

Definition at line 94 of file nrf_mesh_config_app.h.

◆ ACCESS_SUBSCRIPTION_LIST_COUNT

#define ACCESS_SUBSCRIPTION_LIST_COUNT   (ACCESS_MODEL_COUNT)

The number of allocated subscription lists for the application.

Note
This value must equal ACCESS_MODEL_COUNT minus the number of models operating on shared states.

Definition at line 102 of file nrf_mesh_config_app.h.


Documentation feedback | Developer Zone | Subscribe | Updated