标签: ios bluetooth-lowenergy core-bluetooth
iPhone之间通信的最快方式是什么?我可以使用BTLE使用CoreBluetooth,但有没有办法更快地传输数据,可能使用常规蓝牙而不是蓝牙LE?我不想依赖Wifi,但我希望能够更快地发送数据。
提前致谢!
答案 0 :(得分:0)
正如Anand在评论中所说, Multipeer Connectivity框架是走到这里的方式!它使用任何可用的网络处理所有ios设备到ios设备的通信,无论是蓝牙还是WiFi。
http://nshipster.com/multipeer-connectivity/