标签: ios ipad bluetooth bluetooth-lowenergy core-bluetooth
我正在开发一个应用程序,它使两个设备通过蓝牙LE进行通信。 该应用程序在iPad上运行并具有CBCentralManager对象,它应该通过蓝牙连接到我的macmini,但是从不调用centralManager didDiscoverPeripheral。我正在检查蓝牙设备是否已开启,然后我调用scanForPeripheralsWithServices:nil选项:nil。
据我所知,这两款设备都有蓝牙4.0 LE,应该可以使用。
我做错了什么?