Android:蓝牙应用程序文件传输问题

发布于 2024-12-12 08:53:50 字数 235 浏览 0 评论 0原文

我目前正在尝试根据蓝牙聊天示例制作一个文件传输应用程序。

我的问题是,当我通过蓝牙使用输出流发送文件并使用输入流接收文件时,从一个设备发送到另一个设备和从另一个设备接收的数据并不相同。

该应用程序使用字节数组进行事务,而接收方将字节数组缓冲区设置为 1024。因此设备将以块的形式接收,在字节数组到来时附加它们。

我什至尝试过发送一串数字并将缓冲区大小更改为 4,但没有成功。

我做错了什么?

I am currently trying to make a file transfer app adapted from the Bluetooth Chat example.

My issue is that when I send the file across via bluetooth with an outputstream and receive it with an inputstream, the data sent and received from one device to the other are not the same.

The app is using a byte array for the transactions, while the receiving side has the byte array buffer set to 1024. So the device will be receiving in chunks, append the byte arrays as they come.

I have even tried sending a string of numbers across and changing the buffer size to 4 with no luck.

What am I doing wrong?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文