Lines Matching full:slot
98 /** @brief Slot receive callback.
105 * @param slot DFU image slot being received.
111 const struct bt_mesh_dfu_slot *slot,
126 * @param slot Slot to be used for the upload.
141 const struct bt_mesh_dfu_slot *slot,
152 * @param slot DFU image slot to cancel
155 const struct bt_mesh_dfu_slot *slot);
164 * @param slot DFU image slot to get progress for.
169 const struct bt_mesh_dfu_slot *slot);
172 /** @brief Slot delete callback.
174 * Called when the Firmware Distribution Server is about to delete a DFU image slot.
175 * All allocated data associated with the firmware slot should be
179 * @param slot DFU image slot being deleted.
182 const struct bt_mesh_dfu_slot *slot);
184 /** @brief Slot send callback.
191 * @param slot DFU image slot being sent.
197 const struct bt_mesh_dfu_slot *slot,
226 struct bt_mesh_dfu_slot *slot; member
265 * slot. If an error code is returned, the application should abort the OOB upload.
268 * @param slot The slot used in the OOB upload.
277 const struct bt_mesh_dfu_slot *slot, int status,
286 * @param slot The slot used when storing the firmware image.
296 const struct bt_mesh_dfu_slot *slot, bool success,