nimble_autoconn_params.h File Reference

Default configuration for the nimble_autoconn module. More...

Detailed Description

Default configuration for the nimble_autoconn module.

Author
Hauke Petersen hauke.nosp@m..pet.nosp@m.ersen.nosp@m.@fu-.nosp@m.berli.nosp@m.n.de

Definition in file nimble_autoconn_params.h.

Go to the source code of this file.

Variables

static const nimble_autoconn_params_t nimble_autoconn_params
 nimble_netif_autoconn configuration More...
 

Default parameters used for the nimble_netif_autoconn module

#define NIMBLE_AUTOCONN_PERIOD_SCAN_MS   (2000U) /* 2s */
 
#define NIMBLE_AUTOCONN_PERIOD_ADV_MS   (10000U) /* 10s */
 
#define NIMBLE_AUTOCONN_PERIOD_JITTER_MS   (5000U) /* 0-5s */
 
#define NIMBLE_AUTOCONN_ADV_ITVL_MS   (100U) /* 100ms */
 
#define NIMBLE_AUTOCONN_SCAN_ITVL_MS   (1500U) /* 1.5s */
 
#define NIMBLE_AUTOCONN_SCAN_WIN_MS   (110U) /* 110ms */
 
#define NIMBLE_AUTOCONN_CONN_TIMEOUT_MS   (3 * NIMBLE_AUTOCONN_SCAN_WIN_MS)
 
#define NIMBLE_AUTOCONN_CONN_ITVL_MS   (75U) /* 75ms */
 
#define NIMBLE_AUTOCONN_CONN_LATENCY   (0)
 
#define NIMBLE_AUTOCONN_CONN_SVTO_MS   (2500U) /* 2.5s */
 
#define NIMBLE_AUTOCONN_NODE_ID   "RIOT-autoconn"
 
#define NIMBLE_AUTOCONN_PARAMS
 

Macro Definition Documentation

◆ NIMBLE_AUTOCONN_PARAMS

#define NIMBLE_AUTOCONN_PARAMS
Value:
{ .period_scan = NIMBLE_AUTOCONN_PERIOD_SCAN_MS, \
.period_adv = NIMBLE_AUTOCONN_PERIOD_ADV_MS, \
.period_jitter = NIMBLE_AUTOCONN_PERIOD_JITTER_MS, \
.adv_itvl = NIMBLE_AUTOCONN_ADV_ITVL_MS, \
.scan_itvl = NIMBLE_AUTOCONN_SCAN_ITVL_MS, \
.scan_win = NIMBLE_AUTOCONN_SCAN_WIN_MS, \
.conn_timeout = NIMBLE_AUTOCONN_CONN_TIMEOUT_MS, \
.conn_itvl = NIMBLE_AUTOCONN_CONN_ITVL_MS, \
.conn_latency = NIMBLE_AUTOCONN_CONN_LATENCY, \
.conn_super_to = NIMBLE_AUTOCONN_CONN_SVTO_MS, \
.node_id = NIMBLE_AUTOCONN_NODE_ID, }

Definition at line 69 of file nimble_autoconn_params.h.

Variable Documentation

◆ nimble_autoconn_params

const nimble_autoconn_params_t nimble_autoconn_params
static
Initial value:
=
NIMBLE_AUTOCONN_PARAMS

nimble_netif_autoconn configuration

Definition at line 87 of file nimble_autoconn_params.h.