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