Zephyr API Documentation 4.0.0-rc3
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
img_mgmt_callbacks.h File Reference
#include <stdbool.h>
#include <stdint.h>
#include <zcbor_common.h>

Go to the source code of this file.

Data Structures

struct  img_mgmt_upload_check
 Structure provided in the MGMT_EVT_OP_IMG_MGMT_DFU_CHUNK notification callback: This callback function is used to notify the application about a pending firmware upload packet from a client and authorise or deny it. More...
 
struct  img_mgmt_state_slot_encode
 Structure provided in the MGMT_EVT_OP_IMG_MGMT_IMAGE_SLOT_STATE notification callback: This callback function is used to allow applications or modules append custom fields to the image slot state response. More...
 
struct  img_mgmt_slot_info_image
 Structure provided in the MGMT_EVT_OP_IMG_MGMT_SLOT_INFO_IMAGE notification callback: This callback function is called once per image when the slot info command is used, it can be used to return additional information/fields in the response. More...
 
struct  img_mgmt_slot_info_slot
 Structure provided in the MGMT_EVT_OP_IMG_MGMT_SLOT_INFO_SLOT notification callback: This callback function is called once per slot per image when the slot info command is used, it can be used to return additional information/fields in the response. More...