BLE_ANPS_Event_T

C

typedef struct  BLE_ANPS_Event_T
{
    BLE_ANPS_EventId_T          eventId;
    BLE_ANPS_EventField_T       eventField;
}BLE_ANPS_Event_T;

Description

BLE ANPS callback event structure.

Field Documentation

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