Lines Matching +full:all +full:- +full:inputs
18 .. code-block:: C
37 Inputs structure must at least be initialized with a list of targets, an application key and a time
40 .. code-block:: c
47 static struct bt_mesh_blob_cli_inputs inputs = {
52 sys_slist_init(&inputs.targets);
53 sys_slist_append(&inputs.targets, &targets[0].n);
54 sys_slist_append(&inputs.targets, &targets[1].n);
55 sys_slist_append(&inputs.targets, &targets[2].n);
57 Note that all BLOB Transfer Servers in the transfer must be bound to the chosen application key.
61 -------------
65 address, instead of being sent individually to each Target node. Mesh Manager must ensure that all
69 BLOB Transfer Client sends each message to all Target nodes at the same time. However, sending
78 ----------------
83 set in 10-second increments, up to 182 hours, in addition to the base time of 20 seconds. The wait
88 * All Target nodes have responded.
98 procedure populates the transfer capabilities from all Target nodes with the most liberal set of
99 parameters that allows all Target nodes to participate in the transfer. Any Target nodes that fail
104 non-overlapping block size range, it will be dropped. Lost Target nodes will be reported through the
115 to the aforementioned transfer inputs) requires a set of transfer parameters and a BLOB stream
116 instance. The transfer parameters include the 64-bit BLOB ID, the BLOB size, the transfer mode, the