BLE_L2CAP_EvtConnParamUpdateReq_T

C

typedef struct BLE_L2CAP_EvtConnParamUpdateReq_T
{
    uint16_t                    connHandle;
    uint16_t                    intervalMin;
    uint16_t                    intervalMax;
    uint16_t                    latency;
    uint16_t                    timeout;
} BLE_L2CAP_EvtConnParamUpdateReq_T;

Description

Structure for BLE_L2CAP_EVT_CONN_PARA_UPD_REQ event.

Field Documentation

FieldDescription
connHandleConnection handle associated with this request.
intervalMinMinimum value for the connection interval in units of 1.25ms.
intervalMaxMaximum value for the connection interval in units of 1.25ms.
latencyPeripheral latency for the connection in number of connection events.
timeoutSupervision timeout for the connection in units of 10ms.