BLE_L2CAP_EvtConnParamUpdateRsp_T

C

typedef struct BLE_L2CAP_EvtConnParamUpdateRsp_T
{
    uint16_t      connHandle;
    uint16_t      result;
} BLE_L2CAP_EvtConnParamUpdateRsp_T;

Field Documentation

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