Connection parameters range

C

#define BLE_GAP_CP_MIN_CONN_INTVAL_MIN                          (0x0006U)
#define BLE_GAP_CP_MIN_CONN_INTVAL_MAX                          (0x0C80U)
#define BLE_GAP_CP_MAX_CONN_INTVAL_MIN                          (0x0006U)
#define BLE_GAP_CP_MAX_CONN_INTVAL_MAX                          (0x0C80U)
#define BLE_GAP_CP_LATENCY_MIN                                  (0x0000U)
#define BLE_GAP_CP_LATENCY_MAX                                  (0x01F3U)
#define BLE_GAP_CP_CONN_SUPV_TIMEOUT_MIN                        (0x000AU)
#define BLE_GAP_CP_CONN_SUPV_TIMEOUT_MAX                        (0x0C80U)

Description

Defines the range of allowable connection parameters.

Macro Definition

MacroDescription
BLE_GAP_CP_MIN_CONN_INTVAL_MINMinimum permissible value of the minimum connection interval. (Unit: 1.25 ms)
BLE_GAP_CP_MIN_CONN_INTVAL_MAXMaximum permissible value of the minimum connection interval. (Unit: 1.25 ms)
BLE_GAP_CP_MAX_CONN_INTVAL_MINMinimum permissible value of the maximum connection interval. (Unit: 1.25 ms)
BLE_GAP_CP_MAX_CONN_INTVAL_MAXMaximum permissible value of the maximum connection interval. (Unit: 1.25 ms)
BLE_GAP_CP_LATENCY_MINMinimum allowed peripheral latency, defined as the number of connection events the peripheral can skip.
BLE_GAP_CP_LATENCY_MAXMaximum allowed peripheral latency, defined as the number of connection events the peripheral can skip.
BLE_GAP_CP_CONN_SUPV_TIMEOUT_MINMinimum permissible supervision timeout for the connection. (Unit: 10 ms)
BLE_GAP_CP_CONN_SUPV_TIMEOUT_MAXMaximum permissible supervision timeout for the connection. (Unit: 10 ms)