BLE_ANCS_Event_T
C
typedef struct BLE_ANCS_Event_T
{
BLE_ANCS_EventId_T eventId;
BLE_ANCS_EventField_T eventField;
} BLE_ANCS_Event_T;Description
BLE ANCS callback event structure.
Field Documentation
| Field | Description |
|---|---|
| eventId | Identifier for the type of event. See BLE_ANCS_EventId_T. |
| eventField | Data associated with the event. See BLE_ANCS_EventField_T. |
