关于 createInsecureRfcommSocket() 的困惑

发布于 2024-11-19 07:04:13 字数 221 浏览 3 评论 0原文

我知道Android 2.3有以下方法:createInsecureRfcommSocket()和createInsecureRfcommSocketToServiceRecord()。我一直在寻找一种在设备之间交换数据的方法,两者都使用我的应用程序,而不需要配对/绑定和用户确认。这些方法是否允许我连接到以前从未配对过的全新设备,并交换数据而不以任何方式提示用户?

谢谢。我在其他地方找不到这个问题的具体答案。

I'm aware that Android 2.3 has the methods: createInsecureRfcommSocket() and createInsecureRfcommSocketToServiceRecord(). I've been searching for a way to exchange data between devices, both using my application, without the need for pairing/bonding and user confimation. Will these methods allow me to, say, connect to a brand new device never before paired, and exchange data without prompting the user in any way?

Thanks. I was unable to find a specific answer to this question elsewhere.

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

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

发布评论

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

评论(1

半葬歌 2024-11-26 07:04:13

配对过程仍然会发生,但如果设备为 2.1 及更高版本,则在配对过程中不会提示用户确认或输入密钥。这称为使用“正常工作”模型进行配对。

The pairing process will still happen, except that if Devices are 2.1 and above, then the user will not be prompted for confirmation or for entering passkey during the pairing process. This is called using the "just works" model for pairing.

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