BLE_ANPC_Event_T

C

typedef struct  BLE_ANPC_Event_T
{
    BLE_ANPC_EventId_T                   eventId;
    BLE_ANPC_EventField_T                eventField;
}BLE_ANPC_Event_T;

Description

BLE ANPC callback event structure.

Field Documentation

FieldDescription
eventIdIdentifier for the type of event.
eventFieldData associated with the event.