BLE_L2CAP_EvtConnParamUpdateRsp_T
C
typedef struct BLE_L2CAP_EvtConnParamUpdateRsp_T { uint16_t connHandle; uint16_t result; } BLE_L2CAP_EvtConnParamUpdateRsp_T;
Description
Structure for BLE_L2CAP_EVT_CONN_PARA_UPD_RSP event.
Field Documentation
Field | Description |
---|---|
connHandle | Connection handle associated with this response. |
result | Result of the connection parameters update process, indicating success or the reason for failure. See L2CAP connection parameter update result codes. |