Lines Matching +full:instance +full:- +full:id
4 * SPDX-License-Identifier: Apache-2.0
41 * @param _srv Pointer to a @ref bt_mesh_blob_srv instance.
54 * Called when the transfer has started with the prepared BLOB ID.
56 * @param srv BLOB Transfer Server instance.
76 * @param srv BLOB Transfer Server instance.
77 * @param id BLOB ID of the cancelled transfer.
80 void (*end)(struct bt_mesh_blob_srv *srv, uint64_t id, bool success);
97 * @param srv BLOB Transfer Server instance.
105 * @param srv BLOB Transfer Server instance.
117 * @param srv BLOB Transfer Server instance.
130 /** @brief BLOB Transfer Server model instance. */
165 * incoming transfers with a matching BLOB ID.
167 * @param srv BLOB Transfer Server instance.
168 * @param id BLOB ID to accept.
172 * base 10 seconds, in 10-second increments.
176 int bt_mesh_blob_srv_recv(struct bt_mesh_blob_srv *srv, uint64_t id,
186 * @param srv BLOB Transfer Server instance.
194 * @param srv BLOB Transfer Server instance.
203 * @param srv BLOB Transfer Server instance.