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;
Description
Structure for BLE_GAP_EVT_REMOTE_CONN_PARAM_REQUEST event.
Field Documentation
Field | Description |
---|---|
connHandle | Connection handle associated with this connection. |
intervalMin | Minimum requested value for the connection interval, in 1.25ms units. |
intervalMax | Maximum requested value for the connection interval, in 1.25ms units. |
latency | Requested peripheral latency, defining the number of connection events the peripheral can ignore. |
timeout | Requested supervision timeout, defining the time after which the connection is considered lost if no data is received, in 10ms units. |