Loading...
Searching...
No Matches
nimble_rpble_params.h File Reference

Default configuration for the nimble_netif_rpble module. More...

Detailed Description

Default configuration for the nimble_netif_rpble 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_rpble_params.h.

#include "nimble_rpble.h"
+ Include dependency graph for nimble_rpble_params.h:

Go to the source code of this file.

Variables

static const nimble_rpble_cfg_t nimble_rpble_params = NIMBLE_RPBLE_PARAMS
 nimble_netif_rpble configuration
 

Default parameters used for the nimble_netif_rpble module

#define NIMBLE_RPBLE_SCAN_ITVL_MS   1200U
 
#define NIMBLE_RPBLE_SCAN_WIN_MS   120U
 
#define NIMBLE_RPBLE_ADV_ITVL_MS   100U
 
#define NIMBLE_RPBLE_CONN_SCAN_ITVL_MS   120U
 
#define NIMBLE_RPBLE_CONN_SCAN_WIN_MS   120U
 
#define NIMBLE_RPBLE_CONN_SCAN_TO_MS   360U
 
#define NIMBLE_RPBLE_CONN_ITVL_MIN_MS   90U
 
#define NIMBLE_RPBLE_CONN_ITVL_MAX_MS   110U
 
#define NIMBLE_RPBLE_CONN_LATENCY   0
 
#define NIMBLE_RPBLE_CONN_SUPER_TO_MS   1650U
 
#define NIMBLE_RPBLE_EVAL_ITVL_MIN_MS   12000U
 
#define NIMBLE_RPBLE_EVAL_ITVL_MAX_MS   13000U
 
#define NIMBLE_RPBLE_PHY_MODE   NIMBLE_PHY_1M
 Default BLE PHY mode used by rpble.
 
#define NIMBLE_RPBLE_PARAMS
 

Macro Definition Documentation

◆ NIMBLE_RPBLE_ADV_ITVL_MS

#define NIMBLE_RPBLE_ADV_ITVL_MS   100U

Definition at line 40 of file nimble_rpble_params.h.

◆ NIMBLE_RPBLE_CONN_ITVL_MAX_MS

#define NIMBLE_RPBLE_CONN_ITVL_MAX_MS   110U

Definition at line 56 of file nimble_rpble_params.h.

◆ NIMBLE_RPBLE_CONN_ITVL_MIN_MS

#define NIMBLE_RPBLE_CONN_ITVL_MIN_MS   90U

Definition at line 53 of file nimble_rpble_params.h.

◆ NIMBLE_RPBLE_CONN_LATENCY

#define NIMBLE_RPBLE_CONN_LATENCY   0

Definition at line 59 of file nimble_rpble_params.h.

◆ NIMBLE_RPBLE_CONN_SCAN_ITVL_MS

#define NIMBLE_RPBLE_CONN_SCAN_ITVL_MS   120U

Definition at line 44 of file nimble_rpble_params.h.

◆ NIMBLE_RPBLE_CONN_SCAN_TO_MS

#define NIMBLE_RPBLE_CONN_SCAN_TO_MS   360U

Definition at line 50 of file nimble_rpble_params.h.

◆ NIMBLE_RPBLE_CONN_SCAN_WIN_MS

#define NIMBLE_RPBLE_CONN_SCAN_WIN_MS   120U

Definition at line 47 of file nimble_rpble_params.h.

◆ NIMBLE_RPBLE_CONN_SUPER_TO_MS

#define NIMBLE_RPBLE_CONN_SUPER_TO_MS   1650U

Definition at line 62 of file nimble_rpble_params.h.

◆ NIMBLE_RPBLE_EVAL_ITVL_MAX_MS

#define NIMBLE_RPBLE_EVAL_ITVL_MAX_MS   13000U

Definition at line 69 of file nimble_rpble_params.h.

◆ NIMBLE_RPBLE_EVAL_ITVL_MIN_MS

#define NIMBLE_RPBLE_EVAL_ITVL_MIN_MS   12000U

Definition at line 66 of file nimble_rpble_params.h.

◆ NIMBLE_RPBLE_PARAMS

#define NIMBLE_RPBLE_PARAMS
Value:
{ .scan_itvl_ms = NIMBLE_RPBLE_SCAN_ITVL_MS, \
.scan_win_ms = NIMBLE_RPBLE_SCAN_WIN_MS, \
.adv_itvl_ms = NIMBLE_RPBLE_ADV_ITVL_MS, \
.conn_scan_itvl_ms = NIMBLE_RPBLE_CONN_SCAN_ITVL_MS, \
.conn_scan_win_ms = NIMBLE_RPBLE_CONN_SCAN_WIN_MS, \
.conn_scan_to_ms = NIMBLE_RPBLE_CONN_SCAN_TO_MS, \
.conn_itvl_min_ms = NIMBLE_RPBLE_CONN_ITVL_MIN_MS, \
.conn_itvl_max_ms = NIMBLE_RPBLE_CONN_ITVL_MAX_MS, \
.conn_latency = NIMBLE_RPBLE_CONN_LATENCY, \
.conn_super_to_ms = NIMBLE_RPBLE_CONN_SUPER_TO_MS, \
.phy_mode = NIMBLE_RPBLE_PHY_MODE, \
.eval_itvl_min_ms = NIMBLE_RPBLE_EVAL_ITVL_MIN_MS, \
.eval_itvl_max_ms = NIMBLE_RPBLE_EVAL_ITVL_MAX_MS }
#define NIMBLE_RPBLE_PHY_MODE
Default BLE PHY mode used by rpble.

Definition at line 80 of file nimble_rpble_params.h.

◆ NIMBLE_RPBLE_PHY_MODE

#define NIMBLE_RPBLE_PHY_MODE   NIMBLE_PHY_1M

Default BLE PHY mode used by rpble.

Definition at line 76 of file nimble_rpble_params.h.

◆ NIMBLE_RPBLE_SCAN_ITVL_MS

#define NIMBLE_RPBLE_SCAN_ITVL_MS   1200U

Definition at line 33 of file nimble_rpble_params.h.

◆ NIMBLE_RPBLE_SCAN_WIN_MS

#define NIMBLE_RPBLE_SCAN_WIN_MS   120U

Definition at line 36 of file nimble_rpble_params.h.

Variable Documentation

◆ nimble_rpble_params

const nimble_rpble_cfg_t nimble_rpble_params = NIMBLE_RPBLE_PARAMS
static

nimble_netif_rpble configuration

Definition at line 100 of file nimble_rpble_params.h.