1.1.2.1.1.1.10 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_SUPERVISION_TIMEOUT_MIN                 0x000A
#define BLE_GAP_CP_CONN_SUPERVISION_TIMEOUT_MAX                 0x0C80

Description

Range of connection parameters.

Macro Definition

MacroDescription
BLE_GAP_CP_MIN_CONN_INTVAL_MINMinimum value of the connection interval. (Unit: 1.25 ms)
BLE_GAP_CP_MIN_CONN_INTVAL_MAXMinimum value of the connection interval. (Unit: 1.25 ms)
BLE_GAP_CP_MAX_CONN_INTVAL_MINMaximum value of the connection interval. (Unit: 1.25 ms)
BLE_GAP_CP_MAX_CONN_INTVAL_MAXMaximum value of the connection interval. (Unit: 1.25 ms)
BLE_GAP_CP_LATENCY_MINMinimum allowed peripheral latency for the connection specified as the number of connection events.
BLE_GAP_CP_LATENCY_MAXMaximum allowed peripheral latency for the connection specified as the number of connection events.
BLE_GAP_CP_CONN_SUPERVISION_TIMEOUT_MINMinimum of supervision timeout for the connection. (Unit: 10 ms)
BLE_GAP_CP_CONN_SUPERVISION_TIMEOUT_MAXMaximum of supervision timeout for the connection. (Unit: 10 ms)