Default configuration for the nimble_autoconn module. More...
Default configuration for the nimble_autoconn module.
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 | |
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_MIN_MS 75U /* 75ms */ |
#define | NIMBLE_AUTOCONN_CONN_ITVL_MAX_MS 75U /* 75ms */ |
#define | NIMBLE_AUTOCONN_CONN_LATENCY (0) |
#define | NIMBLE_AUTOCONN_CONN_SVTO_MS (2500U) /* 2.5s */ |
#define | NIMBLE_AUTOCONN_PHY_MODE NIMBLE_PHY_1M |
Default BLE PHY mode used by autoconn. | |
#define | NIMBLE_AUTOCONN_NODE_ID "RIOT-autoconn" |
#define | NIMBLE_AUTOCONN_PARAMS |
#define NIMBLE_AUTOCONN_ADV_ITVL_MS (100U) /* 100ms */ |
Definition at line 41 of file nimble_autoconn_params.h.
#define NIMBLE_AUTOCONN_CONN_ITVL_MAX_MS 75U /* 75ms */ |
Definition at line 58 of file nimble_autoconn_params.h.
#define NIMBLE_AUTOCONN_CONN_ITVL_MIN_MS 75U /* 75ms */ |
Definition at line 55 of file nimble_autoconn_params.h.
#define NIMBLE_AUTOCONN_CONN_LATENCY (0) |
Definition at line 61 of file nimble_autoconn_params.h.
#define NIMBLE_AUTOCONN_CONN_SVTO_MS (2500U) /* 2.5s */ |
Definition at line 64 of file nimble_autoconn_params.h.
#define NIMBLE_AUTOCONN_CONN_TIMEOUT_MS (3 * NIMBLE_AUTOCONN_SCAN_WIN_MS) |
Definition at line 52 of file nimble_autoconn_params.h.
#define NIMBLE_AUTOCONN_NODE_ID "RIOT-autoconn" |
Definition at line 75 of file nimble_autoconn_params.h.
#define NIMBLE_AUTOCONN_PARAMS |
Definition at line 79 of file nimble_autoconn_params.h.
#define NIMBLE_AUTOCONN_PERIOD_ADV_MS (10000U) /* 10s */ |
Definition at line 34 of file nimble_autoconn_params.h.
#define NIMBLE_AUTOCONN_PERIOD_JITTER_MS (5000U) /* 0-5s */ |
Definition at line 37 of file nimble_autoconn_params.h.
#define NIMBLE_AUTOCONN_PERIOD_SCAN_MS (2000U) /* 2s */ |
Definition at line 31 of file nimble_autoconn_params.h.
#define NIMBLE_AUTOCONN_PHY_MODE NIMBLE_PHY_1M |
Default BLE PHY mode used by autoconn.
Definition at line 71 of file nimble_autoconn_params.h.
#define NIMBLE_AUTOCONN_SCAN_ITVL_MS (1500U) /* 1.5s */ |
Definition at line 45 of file nimble_autoconn_params.h.
#define NIMBLE_AUTOCONN_SCAN_WIN_MS (110U) /* 110ms */ |
Definition at line 48 of file nimble_autoconn_params.h.
|
static |
nimble_netif_autoconn configuration
Definition at line 99 of file nimble_autoconn_params.h.