您可以使用外部附件框架设置当前的蓝牙配置文件吗?

发布于 2024-09-15 09:56:46 字数 114 浏览 3 评论 0原文

EAAccessory 有一个属性,可让您指定协议字符串,例如 com.myCompanyName.MyProtocolName。这是否意味着您可以使用外部配件框架设置当前的蓝牙配置文件?

EAAccessory has a property that lets you specify protocol strings like com.myCompanyName.MyProtocolName. Does this mean that you can set the current Bluetooth profile using the External Accessory framework?

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

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

发布评论

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

评论(2

万劫不复 2024-09-22 09:56:46

您无法使用外部附件框架设置当前的蓝牙配置文件。该框架仅用于与 Made for iPod 程序中的蓝牙或底座连接设备进行通信。有关更多信息,请参阅我的回答

不幸的是,没有公开的方法可以在 iPhone 上以编程方式访问蓝牙堆栈。

You cannot set the current Bluetooth profile using the External Accessory framework. This framework is only for communicating with Bluetooth or dock-connected devices in the Made for iPod program. See my answer here for more.

Unfortunately, there is no public way to access the Bluetooth stack programmatically on the iPhone.

百善笑为先 2024-09-22 09:56:46

您无法通过外部配件框架设置蓝牙配置文件。 protocolString 用于与 MFi 配件通信。当蓝牙 MFi 设备与 iPhone 配对并连接时,它会建立一个无线 iAP 配置文件,并且蓝牙和 iOS 应用程序之间的所有字节都使用此配置文件进行传输。

You cannot set the Bluetooth profile by External Accessory Framework. protocolString is for communicating with MFi accessory. When a Bluetooth MFi device is paired and connected with iPhone, it establishes a Wireless iAP profile and all bytes between the Bluetooth and iOS apps are transferred using this profile.

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