【发布时间】:2018-07-08 00:44:04
【问题描述】:
我的应用程序已经使用了 BLE。我知道 iPhone 8 和 iPhone X 支持蓝牙 5。客户希望我添加对蓝牙 5 的支持。我发现 CoreBluetooth 只能用于"Communicate with Bluetooth 4.0 low-energy devices"。如何在 iOS 上使用蓝牙 5.0?
【问题讨论】:
-
iOS 中没有任何特定的东西可供蓝牙 5 的开发人员访问。核心蓝牙将适用于蓝牙 4 及更高版本的设备。
-
BLE 5 方法和委托与 iOS 中的 BLE 4 和下一个版本相同。
标签: ios iphone bluetooth-lowenergy core-bluetooth bluetooth-5