nRF5 SDK for Mesh v2.2.0
Macros
GATT configuration defines

Macros

#define MESH_FEATURE_GATT   0
 GATT feature, should only be enabled in combination with linking GATT files. More...
 
#define GATT_PROXY   0
 GATT proxy feature, should only be enabled in combination with linking GATT proxy files. More...
 
#define MESH_GATT_PROXY_FILTER_ADDR_COUNT   32
 Maximum number of addresses in the GATT proxy address filter, per connection. More...
 
#define MESH_GATT_PROXY_ADV_INT_MS   2000
 Advertisement interval for Mesh GATT proxy advertisements. More...
 
#define MESH_GATT_PROXY_BEACON_CACHE_SIZE   8
 Number of network beacons to cache in proxy to limit impact on GATT link bandwidth.
 

Detailed Description

Macro Definition Documentation

◆ MESH_FEATURE_GATT

#define MESH_FEATURE_GATT   0

GATT feature, should only be enabled in combination with linking GATT files.

Definition at line 436 of file nrf_mesh_config_core.h.

◆ GATT_PROXY

#define GATT_PROXY   0

GATT proxy feature, should only be enabled in combination with linking GATT proxy files.

Definition at line 441 of file nrf_mesh_config_core.h.

◆ MESH_GATT_PROXY_FILTER_ADDR_COUNT

#define MESH_GATT_PROXY_FILTER_ADDR_COUNT   32

Maximum number of addresses in the GATT proxy address filter, per connection.

Definition at line 446 of file nrf_mesh_config_core.h.

◆ MESH_GATT_PROXY_ADV_INT_MS

#define MESH_GATT_PROXY_ADV_INT_MS   2000

Advertisement interval for Mesh GATT proxy advertisements.

Warning
If the advertisement interval is set below 200 ms, the mesh will not be able to allocate sufficiently large timeslots from the SoftDevice for its persistent backend.

Definition at line 456 of file nrf_mesh_config_core.h.


Documentation feedback | Developer Zone | Subscribe | Updated