1.1.2.3.4.2.4.8 BLE_OTAPS_UpdatingResponse

C

uint16_t BLE_OTAPS_UpdatingResponse(bool success);

Description

Respond peer device after receiving the BLE_OTAPS_EVT_UPDATING_REQ event. Application must update fragmented firmware image by itself.

Parameters

ParameterDescription
[in] successSet true if update is successful, otherwise set false.

Return values

Return valueDescription
MBA_RES_SUCCESSSuccessfully send response.
MBA_RES_OOMMemory not available to send response.
MBA_RES_BAD_STATEApplication should not call this API in current progress.