nRF5 SDK for Mesh v3.0.0
Macros
Provisioning Bearer Configuration

Compile time configuration of the provisioning bearers. More...

Macros

#define NRF_MESH_PROV_BEARER_ADV_UNPROV_BEACON_INTERVAL_MS   2000
 The default advertisement interval of the unprovisioned beacon. More...
 
#define NRF_MESH_PROV_BEARER_GATT_UNPROV_BEACON_INTERVAL_MS   200
 The default advertisement interval of the unprovisioned beacon. More...
 
#define NRF_MESH_PROV_BEARER_ADV_TX_BUFFER_SIZE   128
 Size of the buffer for the outgoing packet buffer for PB-ADV. More...
 

Detailed Description

Compile time configuration of the provisioning bearers.

Macro Definition Documentation

◆ NRF_MESH_PROV_BEARER_ADV_UNPROV_BEACON_INTERVAL_MS

#define NRF_MESH_PROV_BEARER_ADV_UNPROV_BEACON_INTERVAL_MS   2000

The default advertisement interval of the unprovisioned beacon.

Meant for PB-ADV.

Definition at line 71 of file nrf_mesh_config_prov.h.

◆ NRF_MESH_PROV_BEARER_GATT_UNPROV_BEACON_INTERVAL_MS

#define NRF_MESH_PROV_BEARER_GATT_UNPROV_BEACON_INTERVAL_MS   200

The default advertisement interval of the unprovisioned beacon.

Meant for PB-GATT.

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

Definition at line 81 of file nrf_mesh_config_prov.h.

◆ NRF_MESH_PROV_BEARER_ADV_TX_BUFFER_SIZE

#define NRF_MESH_PROV_BEARER_ADV_TX_BUFFER_SIZE   128

Size of the buffer for the outgoing packet buffer for PB-ADV.

Definition at line 86 of file nrf_mesh_config_prov.h.


Documentation feedback | Developer Zone | Subscribe | Updated