BLE_TRCBP_EventCb_T
C
typedef void(*BLE_TRCBP_EventCb_T)(BLE_TRCBPS_Event_T *p_event);
Description
Callback type for BLE Transparent Credit Based Profile events.
Note
This callback function is invoked to handle events from the BLE Transparent Credit Based Profile. The application must implement this callback to receive such events.
Parameters
Parameter | Description |
---|---|
[in] p_event | Pointer to the event structure containing event-specific data. |