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
| Field | Description | 
|---|---|
| intervalMin | Minimum value for the connection interval. | 
| intervalMax | Maximum value for the connection interval. | 
| latency | Peripheral latency for the connection in number of connection events. | 
| timeout | Supervision timeout for the LE link. | 
