BLE_TRSPC_EventCb_T
C
typedef void(*BLE_TRSPC_EventCb_T)(BLE_TRSPC_Event_T *p_event);
Description
Callback type for BLE Transparent profile client events.
Note
This callback function is used to send events from the BLE Transparent profile client to the application.
Parameters
Parameter | Description |
---|---|
[in] p_event | Pointer to the event structure containing details about the event. |