Lines Matching refs:xfer
71 const struct bt_mesh_blob_xfer *xfer, in blob_io_open() argument
80 const struct bt_mesh_blob_xfer *xfer, in blob_chunk_wr() argument
96 const struct bt_mesh_blob_xfer *xfer, in blob_chunk_rd() argument
299 struct bt_mesh_blob_xfer xfer; member
338 const struct bt_mesh_blob_xfer *xfer, bool success) in blob_cli_end() argument
4408 struct bt_mesh_dfu_cli_xfer xfer; in dfu_firmware_update_start() local
4438 xfer.mode = BT_MESH_BLOB_XFER_MODE_PUSH; in dfu_firmware_update_start()
4439 xfer.blob_params = &blob; in dfu_firmware_update_start()
4450 xfer.slot = bt_mesh_dfu_slot_at(slot_idx); in dfu_firmware_update_start()
4451 if (!xfer.slot) { in dfu_firmware_update_start()
4478 err = bt_mesh_dfu_cli_send(&dfd_srv.dfu, &dfu_tx.inputs, &dummy_blob_io, &xfer); in dfu_firmware_update_start()
4625 blob_cli_xfer.xfer.id = cp->id; in blob_transfer_start()
4626 blob_cli_xfer.xfer.size = cp->size; in blob_transfer_start()
4627 blob_cli_xfer.xfer.block_size_log = cp->block_size; in blob_transfer_start()
4628 blob_cli_xfer.xfer.chunk_size = cp->chunk_size; in blob_transfer_start()
4631 blob_cli_xfer.xfer.mode = blob_cli.caps.modes; in blob_transfer_start()
4633 blob_cli_xfer.xfer.mode = BT_MESH_BLOB_XFER_MODE_PUSH; in blob_transfer_start()
4645 &blob_cli_xfer.xfer, &dummy_blob_io); in blob_transfer_start()