BLE_ANPC_EventCb_T
C
typedef void(*BLE_ANPC_EventCb_T)(BLE_ANPC_Event_T *p_event);
Description
Type definition for the BLE Alert Notification profile Client callback function. This callback function is used to send BLE Alert Notification profile client events to the application.
Parameters
| Parameter | Description |
|---|---|
| [in] p_event | Pointer to the event structure containing event ID and data. |
