BLE_SCM_EventCb_T
C
typedef void (*BLE_SCM_EventCb_T)(BLE_SCM_Event_T *p_event);
Description
Callback type for BLE_SCM events.
This callback function is used to send BLE_SCM events to the application.
Parameters
Parameter | Description |
---|---|
[in] p_event | Pointer to the event structure containing event details. See BLE_SCM_Event_T. |