BLE_OTAPC_EventCb_T

C

typedef void(*BLE_OTAPC_EventCb_T)(BLE_OTAPC_Event_T *p_event);

Description

Callback type for BLE OTA (Over-The-Air) profile events.

Note

This callback function is used to forward BLE OTA profile events to the application layer. When an event occurs, this function will be invoked with a pointer to the event data structure.

Parameters

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