Does iOS support Bluetooth SPP?

核能气质少年 提交于 2020-01-03 01:34:24

问题


I want to develop an ios application that communicates with another bluetooth supported device via Bluetooth SPP.

Does iOS support SPP?

I checked iOS supported profiles bu couldn't see anything about SPP..

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

So, is there any other way for using SPP ?

Thanks..


回答1:


No, unfortunately Apple (iOS) Bluetooth does not support SPP. In order to make a serial cable communication to an iOS Device you have to use the 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)



来源:https://stackoverflow.com/questions/16035166/does-ios-support-bluetooth-spp

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!