BLE_OTAPC_EventRegister
C
void BLE_OTAPC_EventRegister(BLE_OTAPC_EventCb_T bleOtapcRoutine);Description
Register BLE OTA profile callback.
Application must call this API before starting BLE OTA procedure.
Parameters
| Parameter | Description |
|---|---|
| [in] bleOtapcRoutine | Client callback function. |
