1.2.2.1.1.3.7 BLE_GAP_ConnParams_T

C

typedef struct BLE_GAP_ConnParams_T
{
    uint16_t                intervalMin;
    uint16_t                intervalMax;
    uint16_t                latency;
    uint16_t                supervisionTimeout;
} BLE_GAP_ConnParams_T;

Description

Connection parameters.

Field Documentation

FieldDescription
intervalMinDefine minimum allowed connection interval. The value shall not be greater than maximum allowed connection interval. See Connection parameters range.
intervalMaxDefine maximum allowed connection interval. See Connection parameters range.
latencyPeripheral latency for the connection in terms of number of connection events, see Connection parameters range.
supervisionTimeoutSupervision timeout of the connection. The timeout in milliseconds shall be larger than (1 + latency) * intervalMax * 2, where intervalMax is given in milliseconds. See Connection parameters range.