Connection parameters range

C

#define BLE_GAP_CP_MIN_CONN_INTVAL_MIN                          0x0006
#define BLE_GAP_CP_MIN_CONN_INTVAL_MAX                          0x0C80
#define BLE_GAP_CP_MAX_CONN_INTVAL_MIN                          0x0006
#define BLE_GAP_CP_MAX_CONN_INTVAL_MAX                          0x0C80
#define BLE_GAP_CP_LATENCY_MIN                                  0x0000
#define BLE_GAP_CP_LATENCY_MAX                                  0x01F3
#define BLE_GAP_CP_CONN_SUPV_TIMEOUT_MIN                        0x000A
#define BLE_GAP_CP_CONN_SUPV_TIMEOUT_MAX                        0x0C80

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)