BLE_GAP_EvtRemoteConnParamRequest_T

C

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

Field Documentation

FieldDescription
connHandleConnection handle associated with this connection.
intervalMinMinimum requested value for the connection interval, in 1.25ms units.
intervalMaxMaximum requested value for the connection interval, in 1.25ms units.
latencyRequested peripheral latency, defining the number of connection events the peripheral can ignore.
timeoutRequested supervision timeout, defining the time after which the connection is considered lost if no data is received, in 10ms units.