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

FieldDescription
connHandleConnection handle associated with this response.
resultResult of the connection parameters update process, indicating success or the reason for failure. See L2CAP connection parameter update result codes.