Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
img_mgmt_callbacks.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2022 Laird Connectivity
3 * Copyright (c) 2022 Nordic Semiconductor ASA
4 *
5 * SPDX-License-Identifier: Apache-2.0
6 */
7
8#ifndef H_MCUMGR_IMG_MGMT_CALLBACKS_
9#define H_MCUMGR_IMG_MGMT_CALLBACKS_
10
11#ifdef __cplusplus
12extern "C" {
13#endif
14
15/* Dummy definitions, include zephyr/mgmt/mcumgr/grp/img_mgmt/img_mgmt.h for actual definitions */
18
35
38};
39
44#ifdef __cplusplus
45}
46#endif
47
48#endif
Describes what to do during processing of an upload request.
Definition: img_mgmt.h:206
Structure provided in the MGMT_EVT_OP_IMG_MGMT_DFU_CHUNK notification callback: This callback functio...
Definition: img_mgmt_callbacks.h:32
struct img_mgmt_upload_req * req
Upload request information.
Definition: img_mgmt_callbacks.h:37
struct img_mgmt_upload_action * action
Action to take.
Definition: img_mgmt_callbacks.h:34
Represents an individual upload request.
Definition: img_mgmt.h:183