Lines Matching +full:cancel +full:- +full:in +full:- +full:progress
4 * SPDX-License-Identifier: Apache-2.0
48 * @param[in] _cb Pointer to a @ref bt_mesh_dfd_srv_cb instance.
49 * @param[in] _oob_schemes Array of OOB schemes supported by the server,
52 * @param[in] _oob_schemes_count Number of schemes in @c _oob_schemes.
72 * @param[in] _cb Pointer to a @ref bt_mesh_dfd_srv_cb instance.
90 BT_MESH_MODEL_DFU_CLI(&(_srv)->dfu), \
91 BT_MESH_MODEL_BLOB_SRV(&(_srv)->upload.blob), \
145 /** @brief Cancel store OOB callback
152 * @param slot DFU image slot to cancel
157 /** @brief Get the progress of an ongoing OOB store
160 * get the current progress of an ongoing OOB store from the
164 * @param slot DFU image slot to get progress for.
166 * @return The current progress of the ongoing OOB store, in percent.
268 * @param slot The slot used in the OOB upload.
288 * @param size The size of the stored firmware image, in bytes.