使用蓝牙连接 Android 设备?
我有两个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
简短地说,你不能。您至少需要蓝牙权限,如 Android 文档页面上的教程中所示。
Short, you can't. You'll need at least the Bluetooth permissions as illustrated in the tutorial on the Android Docs-Page.
你在这里拥有一切:
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.