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

FieldDescription
eventIdIdentifier for the BLE GAP event.
eventFieldUnion containing the data payload for the event.