1.2.2.2.1.3.3 BLE_DM_ConnParamUpdate_T

C

typedef struct BLE_DM_ConnParamUpdate_T
{
    uint16_t                        intervalMin;
    uint16_t                        intervalMax;
    uint16_t                        latency;
    uint16_t                        timeout;
} BLE_DM_ConnParamUpdate_T;

Description

The structure contains information about connection parameter update.

Field Documentation

FieldDescription
intervalMinMinimum value for the connection interval.
intervalMaxMaximum value for the connection interval.
latencyPeripheral latency for the connection in number of connection events.
timeoutSupervision timeout for the LE link.