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
| Field | Description |
|---|---|
| leL2capId | Identifier for the L2CAP session instance. |
| credits | Number of additional credits provided. |
