Lines Matching +full:stream +full:- +full:mode
4 * SPDX-License-Identifier: Apache-2.0
28 /** BLOB transfer mode. */
30 /** No valid transfer mode. */
32 /** Push mode (Push BLOB Transfer Mode). */
34 /** Pull mode (Pull BLOB Transfer Mode). */
85 /** The transfer mode is not supported by the BLOB Transfer Server
128 /** BLOB transfer mode. */
129 enum bt_mesh_blob_xfer_mode mode; member
136 /** BLOB stream interaction mode. */
138 /** Read data from the stream. */
140 /** Write data to the stream. */
144 /** BLOB stream. */
150 * @param io BLOB stream.
152 * @param mode Direction of the stream (read/write).
158 enum bt_mesh_blob_io_mode mode);
164 * @param io BLOB stream.
177 * @param io BLOB stream.
191 * @param io BLOB stream.
210 * non-zero value, the chunk remains unreceived, and the BLOB Transfer
218 * @param io BLOB stream.
239 * Returning a non-zero status code on the chunk data request callback
242 * @param io BLOB stream.