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
| Field | Description |
|---|---|
| eventId | Identifier for the type of event. |
| eventField | Data associated with the event. |
