BLE_ANCS_EventCb_T
C
typedef void(*BLE_ANCS_EventCb_T)(BLE_ANCS_Event_T *p_event);
Description
BLE ANCS callback function type.
Applications implement this callback to receive BLE ANCS events from the stack.
Parameters
| Parameter | Description |
|---|---|
| [in] p_event | Pointer to the event structure containing event ID and data. |
