BLE_OTAPC_EventRegister
C
void BLE_OTAPC_EventRegister(BLE_OTAPC_EventCb_T bleOtapcRoutine);Description
Registers a callback function for the BLE OTA profile client events.
Parameters
| Parameter | Description |
|---|---|
| [in] bleOtapcRoutine | The callback function to handle BLE OTA profile events. |
