iPhone sdk 支持 l2cap 蓝牙插座吗?

发布于 2024-11-08 07:08:17 字数 55 浏览 0 评论 0原文

iPhone sdk 支持 l2cap 蓝牙插座吗?任何有关 SDK 类等的附加信息将不胜感激。

Does the iPhone sdk support l2cap bluetooth sockets? Any additional information about SDK classes, etc would be greatly appreciated.

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

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

发布评论

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

评论(3

撩心不撩汉 2024-11-15 07:08:17

不。
SDK 中没有对蓝牙 API 的直接支持,
参考游戏套件编程 API,通过蓝牙进行应用程序开发,进行点对点游戏

除此之外,您还必须加入 Made for iPod/iPhone/iPad 计划才能访问和开发蓝牙连接配件

No.
There are no direct support for Bluetooth APIs in the SDk,
REfer the game kit programming APIs for application development with Bluetooth for peer-to-peer gaming

Other than than you will have to join the Made for iPod/iPhone/iPad program to get access and develop bluetooth connected accessories

幽梦紫曦~ 2024-11-15 07:08:17

MFI 常见问题解答 (2014) 的坏消息:

问:我想开发一种仅使用蓝牙低功耗与 Apple 设备通信的配件。我需要加入 MFi 计划吗?

答: 不需要。仅使用蓝牙低功耗/BTLE/蓝牙 4.0 或 iOS 支持的标准蓝牙配置文件连接到 Apple 设备的配件 不属于 MFi 计划的一部分。

我正在开发一个应用程序在Android上连接L2CAP设备,现在我正在研究在IOS上的移植,但我发现了这个问题。

为了使设备能够通过蓝牙进行通信,它必须将 Apple 身份验证芯片集成到设备中,并且必须能够与内置的 Apple 的 Bonjour 发现服务连接。

任何设备都没有 L2CAP...抱歉!

网站:https://mfi.apple.com
来源:https://mfi.apple.com/MFiWeb/getFAQ.action#4 -2

Bad news from MFI FAQ (2014):

Q: I want to develop an accessory that communicates with an Apple device using only Bluetooth Low Energy. Do I need to join the MFi Program?

A: No. Accessories which connect to an Apple device using only Bluetooth Low Energy/BTLE/Bluetooth 4.0 or standard Bluetooth profiles supported by iOS are not part of the MFi Program.

I'm developing an app to connect with a L2CAP device on Android, now I'm studying porting on IOS but I found this issue.

For enabling a device to talk by Bluetooth, it must integrate the Apple authentication chip into device and must be able to connect with built-in Apple's Bonjour discovery service.

No L2CAP for any device... Sorry!

Website: https://mfi.apple.com
Source: https://mfi.apple.com/MFiWeb/getFAQ.action#4-2

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