BLE_L2CAP_Event_T
C
typedef struct BLE_L2CAP_Event_T
{
BLE_L2CAP_EventId_T eventId;
BLE_L2CAP_EventField_T eventField;
} BLE_L2CAP_Event_T;Description
BLE L2CAP callback event structure.
Field Documentation
| Field | Description |
|---|---|
| eventId | Identifier for the type of BLE L2CAP event. See BLE_L2CAP_EventId_T. |
| eventField | Union containing the data specific to the event type. See BLE_L2CAP_EventField_T. |
