我看到从 iOS 13 开始我们可以扫描扩展广告包。
在核心蓝牙文档中,我发现:
class func supports(_ features: CBCentralManager.Feature) -> Bool
static var extendedScanAndConnect: CBCentralManager.Feature { get }
但我不知道如何启用扩展扫描?
也许它是在支持它的设备上默认设置的?
我什至无法检查这个,因为我没有支持它的设备。
你可以帮帮我吗?