BLE_L2CAP_EvtCbAddCreditsInd_T

C

typedef struct BLE_L2CAP_EvtCbAddCreditsInd_T
{
    uint8_t                     leL2capId;
    uint16_t                    credits;
} BLE_L2CAP_EvtCbAddCreditsInd_T;

Description

Structure for BLE_L2CAP_EVT_CB_ADD_CREDITS_IND event.

Field Documentation

FieldDescription
leL2capIdIdentifier for the L2CAP session instance.
creditsNumber of additional credits provided.