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

ParameterDescription
[in] p_eventPointer to the event structure containing details about the event.