OTA Storage#

Callbacks for OTA Storage Component.

Callbacks#

sl_zigbee_af_ota_storage_delete_image_cb(const sl_zigbee_af_ota_image_id_t *id)

OTA Storage Delete Image callback.

uint32_t

OTA Storage Driver Max Download Size callback.

Callbacks Documentation#

sl_zigbee_af_ota_storage_delete_image_cb#

sl_zigbee_af_ota_storage_status_t sl_zigbee_af_ota_storage_delete_image_cb (const sl_zigbee_af_ota_image_id_t * id)

OTA Storage Delete Image callback.

Parameters
N/Aid

OTA Image ID


Definition at line 134 of file app/framework/plugin/ota-storage-common/ota-storage.h

sl_zigbee_af_ota_storage_driver_max_download_size_cb#

uint32_t sl_zigbee_af_ota_storage_driver_max_download_size_cb (void )

OTA Storage Driver Max Download Size callback.

Parameters
N/A

Definition at line 139 of file app/framework/plugin/ota-storage-common/ota-storage.h