1.1.2.1.1.3.29 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
Data structure for BLE_GAP_EVT_REMOTE_CONN_PARAM_REQUEST event.
Field Documentation
Field | Description |
---|---|
connHandle | Connection handle associated with this connection. |
intervalMin | Minimum value of the connection interval requested by the remote device. |
intervalMax | Maximum value of the connection interval requested by the remote device. |
latency | Latency. |
timeout | Supervision timeout. |