1.1.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
Field | Description |
---|---|
intervalMin | Define minimum allowed connection interval. The value shall not be greater than maximum allowed connection interval. See Connection parameters range. |
intervalMax | Define maximum allowed connection interval. See Connection parameters range. |
latency | Peripheral latency for the connection in terms of number of connection events, see Connection parameters range. |
supervisionTimeout | Supervision 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. |