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
| Field | Description |
|---|---|
| connHandle | Connection handle associated with this request. |
| intervalMin | Minimum value for the connection interval in units of 1.25ms. |
| intervalMax | Maximum value for the connection interval in units of 1.25ms. |
| latency | Peripheral latency for the connection in number of connection events. |
| timeout | Supervision timeout for the connection in units of 10ms. |
