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 40 of file nimble_autoconn_params.h.
| #define NIMBLE_AUTOCONN_CONN_ITVL_MAX_MS 75U /* 75ms */ | 
Definition at line 57 of file nimble_autoconn_params.h.
| #define NIMBLE_AUTOCONN_CONN_ITVL_MIN_MS 75U /* 75ms */ | 
Definition at line 54 of file nimble_autoconn_params.h.
| #define NIMBLE_AUTOCONN_CONN_LATENCY (0) | 
Definition at line 60 of file nimble_autoconn_params.h.
| #define NIMBLE_AUTOCONN_CONN_SVTO_MS (2500U) /* 2.5s */ | 
Definition at line 63 of file nimble_autoconn_params.h.
| #define NIMBLE_AUTOCONN_CONN_TIMEOUT_MS (3 * NIMBLE_AUTOCONN_SCAN_WIN_MS) | 
Definition at line 51 of file nimble_autoconn_params.h.
| #define NIMBLE_AUTOCONN_NODE_ID "RIOT-autoconn" | 
Definition at line 74 of file nimble_autoconn_params.h.
| #define NIMBLE_AUTOCONN_PARAMS | 
Definition at line 78 of file nimble_autoconn_params.h.
| #define NIMBLE_AUTOCONN_PERIOD_ADV_MS (10000U) /* 10s */ | 
Definition at line 33 of file nimble_autoconn_params.h.
| #define NIMBLE_AUTOCONN_PERIOD_JITTER_MS (5000U) /* 0-5s */ | 
Definition at line 36 of file nimble_autoconn_params.h.
| #define NIMBLE_AUTOCONN_PERIOD_SCAN_MS (2000U) /* 2s */ | 
Definition at line 30 of file nimble_autoconn_params.h.
| #define NIMBLE_AUTOCONN_PHY_MODE NIMBLE_PHY_1M | 
Default BLE PHY mode used by autoconn.
Definition at line 70 of file nimble_autoconn_params.h.
| #define NIMBLE_AUTOCONN_SCAN_ITVL_MS (1500U) /* 1.5s */ | 
Definition at line 44 of file nimble_autoconn_params.h.
| #define NIMBLE_AUTOCONN_SCAN_WIN_MS (110U) /* 110ms */ | 
Definition at line 47 of file nimble_autoconn_params.h.
      
  | 
  static | 
nimble_netif_autoconn configuration
Definition at line 98 of file nimble_autoconn_params.h.