自iOS9以来,didDiscoverPeripheral返回的adsData数量减少了

时间:2015-11-13 18:52:49

标签: ios bluetooth ios9 core-bluetooth ios-bluetooth

这是CoreBluetooth API问题。我注意到自iOS 9以来,我的应用程序的广告数据包数量要少得多。有没有人注意到这一点,如果是这样的话,iOS 9错误/省电功能呢?如何解决这个问题,并使其返回最多的广告数据包?

这是我的代码。它应扫描所有BLE数据包。但是,广告数据从代表1/2返回,与iOS 9.0之前一样多。

NSDictionary *options = @{CBCentralManagerScanOptionAllowDuplicatesKey: @YES};
[self.centralManager scanForPeripheralsWithServices:nil options:options];

由于

0 个答案:

没有答案