nRF5 SDK for Mesh v5.0.0
Macros
BLE SoftDevice support module configuration

Configuration for compile time. More...

Macros

#define GAP_DEVICE_NAME   "nRF5x Mesh Node"
 GAP device name. More...
 
#define MIN_CONN_INTERVAL   MSEC_TO_UNITS(150, UNIT_1_25_MS)
 Minimum acceptable connection interval. More...
 
#define MAX_CONN_INTERVAL   MSEC_TO_UNITS(250, UNIT_1_25_MS)
 Maximum acceptable connection interval. More...
 
#define SLAVE_LATENCY   0
 Slave latency. More...
 
#define CONN_SUP_TIMEOUT   MSEC_TO_UNITS(4000, UNIT_10_MS)
 Connection supervisory timeout (4 seconds). More...
 
#define FIRST_CONN_PARAMS_UPDATE_DELAY   APP_TIMER_TICKS(100)
 Time from initiating the event (connect or start of notification) to the first time sd_ble_gap_conn_param_update is called. More...
 
#define NEXT_CONN_PARAMS_UPDATE_DELAY   APP_TIMER_TICKS(2000)
 Time between each call to sd_ble_gap_conn_param_update after the first call. More...
 
#define MAX_CONN_PARAMS_UPDATE_COUNT   3
 Number of attempts before giving up the connection parameter negotiation. More...
 

Detailed Description

Configuration for compile time.

Part of the BLE SoftDevice support module.

Macro Definition Documentation

◆ GAP_DEVICE_NAME

#define GAP_DEVICE_NAME   "nRF5x Mesh Node"

GAP device name.

Definition at line 86 of file nrf_mesh_config_examples.h.

◆ MIN_CONN_INTERVAL

#define MIN_CONN_INTERVAL   MSEC_TO_UNITS(150, UNIT_1_25_MS)

Minimum acceptable connection interval.

Definition at line 91 of file nrf_mesh_config_examples.h.

◆ MAX_CONN_INTERVAL

#define MAX_CONN_INTERVAL   MSEC_TO_UNITS(250, UNIT_1_25_MS)

Maximum acceptable connection interval.

Definition at line 96 of file nrf_mesh_config_examples.h.

◆ SLAVE_LATENCY

#define SLAVE_LATENCY   0

Slave latency.

Definition at line 101 of file nrf_mesh_config_examples.h.

◆ CONN_SUP_TIMEOUT

#define CONN_SUP_TIMEOUT   MSEC_TO_UNITS(4000, UNIT_10_MS)

Connection supervisory timeout (4 seconds).

Definition at line 106 of file nrf_mesh_config_examples.h.

◆ FIRST_CONN_PARAMS_UPDATE_DELAY

#define FIRST_CONN_PARAMS_UPDATE_DELAY   APP_TIMER_TICKS(100)

Time from initiating the event (connect or start of notification) to the first time sd_ble_gap_conn_param_update is called.

Definition at line 112 of file nrf_mesh_config_examples.h.

◆ NEXT_CONN_PARAMS_UPDATE_DELAY

#define NEXT_CONN_PARAMS_UPDATE_DELAY   APP_TIMER_TICKS(2000)

Time between each call to sd_ble_gap_conn_param_update after the first call.

Definition at line 117 of file nrf_mesh_config_examples.h.

◆ MAX_CONN_PARAMS_UPDATE_COUNT

#define MAX_CONN_PARAMS_UPDATE_COUNT   3

Number of attempts before giving up the connection parameter negotiation.

Definition at line 122 of file nrf_mesh_config_examples.h.


Documentation feedback | Developer Zone | Subscribe | Updated