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