我可以使用蓝牙 PAN 将配件连接到 iPad 吗?

发布于 2024-11-24 01:41:59 字数 81 浏览 1 评论 0原文

我正在构建一个需要与 iPad 之间发送数据的配件。我对从苹果特定协议获得的高级功能不感兴趣,我只想传递一些位。是否可以使用 PAN 来完成此任务?

I'm building an accessory that needs to send data to and from an iPad. I'm not interested in the advanced functionality that I get from the apple specific protocol, I just want to pass bits around. Is it possible to use PAN to accomplish this?

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

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

发布评论

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

评论(1

鹿港巷口少年归 2024-12-01 01:41:59

Apple 只允许使用 GameKit 进行 iOS 到 iOS 的通信,或者加入 Made for iPhone 计划并实际构建和开发游戏。验证您的设备(然后您可以使用ExternalAccessory Framework)。 AppStore 合规性就到此为止。

如果可以选择越狱,您可以使用 BTstack.org(免责声明:我是作者)使用 L2CAP 或 RFCOMM 连接到您的配件。

Apple only allows to use GameKit for iOS-to-iOS communication, or, to join the Made for iPhone program and actually build & certify your device (you can then use the ExternalAccessory Framework). That's it for AppStore conformity.

If Jailbreaking is an option, you may use BTstack.org (disclaimer: i'm the author) to connect to your accessory either using L2CAP or RFCOMM.

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