BLE_L2CAP_EvtConnParamUpdateRsp_T
C
typedef struct BLE_L2CAP_EvtConnParamUpdateRsp_T
{
    uint16_t      connHandle;
    uint16_t      result;
} BLE_L2CAP_EvtConnParamUpdateRsp_T;Description
Data structure for BLE_L2CAP_EVT_CONN_PARA_UPD_RSP event.
Field Documentation
| Field | Description | 
|---|---|
| connHandle | Connection handle. | 
| result | The outcome of the connection parameters updating. See Connection parameter update result. | 
