BLE_GAP_Event_T
C
typedef struct BLE_GAP_Event_T { BLE_GAP_EventId_T eventId; BLE_GAP_EventField_T eventField; } BLE_GAP_Event_T;
Description
BLE GAP callback event structure.
Field Documentation
Field | Description |
---|---|
eventId | Identifier for the BLE GAP event. |
eventField | Union containing the data payload for the event. |