【发布时间】:2012-05-12 21:51:13
【问题描述】:
谁能指出一个使用 BLE 将 iPhone 4S 连接到 iPad 3 的示例?
我已经编写了一个示例应用程序,当我像这样使用 CBCentralManager 时:
[centralManager scanForPeripheralsWithServices:uuidArray options:options];
要扫描设备,iPhone 和 iPad 似乎看不到对方。
感谢您的帮助
【问题讨论】:
-
您应该强调您使用的是蓝牙低功耗(4.0)而不是普通蓝牙2
标签: iphone objective-c ipad core-bluetooth bluetooth-lowenergy