简体   繁体   English

iOS是否支持蓝牙SPP?

[英]Does iOS support Bluetooth SPP?

I want to develop an ios application that communicates with another bluetooth supported device via Bluetooth SPP. 我想开发一个通过蓝牙SPP与另一个受蓝牙支持的设备通信的ios应用程序。

Does iOS support SPP? iOS是否支持SPP?

I checked iOS supported profiles bu couldn't see anything about SPP.. 我检查了iOS支持的配置文件,但看不到有关SPP的任何信息。

http://support.apple.com/kb/ht3647 http://support.apple.com/kb/ht3647

So, is there any other way for using SPP ? 那么,还有其他方法可以使用SPP吗?

Thanks.. 谢谢..

No, unfortunately Apple (iOS) Bluetooth does not support SPP. 否,很遗憾,Apple(iOS)蓝牙不支持SPP。 In order to make a serial cable communication to an iOS Device you have to use the Authentication CoProcessor. 为了与iOS设备进行串行电缆通信,您必须使用Authentication CoProcessor。 I guess from that reason, Bluetooth does not support Wire Communication Emulation because you will not have the Authentication of the "Genuine iPod Device" iAP Protocol (MFI Specification) 我想基于这个原因,蓝牙不支持有线通信仿真,因为您将没有“正版iPod设备” iAP协议(MFI规范)的身份验证

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM