BLE_L2CAP_EvtCbAddCreditsInd_T

C

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

Field Documentation

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