使用蓝牙连接 Android 设备?

发布于 2024-11-26 04:21:45 字数 178 浏览 0 评论 0原文

我有两个 Android 设备,我想使用蓝牙编程连接它们,抱歉,但我不想看到 Android 开发人员文档上的链接。

我想在没有任何权限(例如密码或其他任何内容)的情况下连接它们,因此只需连接两个设备并开始在没有任何权限的情况下发送文件和接收文件, 我怎样才能实现这样的概念?

请帮助我,我被困在这个问题上。

I have two android devices, and I want to connect them using bluetooth programming, sorry for say but I don't want to see the links on Android Developer Documentations.

I want to connect them without any permission like password or anything else, so just simply connect two devices and start sending files and receive files without any permission,
how can I implement such concept?

Help me please, I am stuck on this.

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

再见回来 2024-12-03 04:21:45

简短地说,你不能。您至少需要蓝牙权限,如 Android 文档页面上的教程中所示。

Short, you can't. You'll need at least the Bluetooth permissions as illustrated in the tutorial on the Android Docs-Page.

<逆流佳人身旁 2024-12-03 04:21:45

你在这里拥有一切:

http://developer.android.com/resources/samples/ BluetoothChat/index.html

获取代码,运行它并查看它是如何工作的。

You have everything here :

http://developer.android.com/resources/samples/BluetoothChat/index.html

Get the code, run it and see how it works.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文