我有初始化对象。
centralManager = CBCentralManager(delegate: self, queue: bt_queue)
然后委托名为
的方法func centralManagerDidUpdateState(_ central: CBCentralManager)
在那个方法中我打电话给
centralManager.scanForPeripherals(withServices: nil, options: nil)
但我的didDiscover peripheral:
没有被称为任何原因?
使用iOS 11.2.5和x-code 9.2