I saw that started from iOS 13 we can scan for extended advertisement packet.
In Core Bluetooth documentation I have found:
class func supports(_ features: CBCentralManager.Feature) -> Bool
static var extendedScanAndConnect: CBCentralManager.Feature { get }
but I don't know how to enable extended scanning?
Maybe it's set by default on devices which support it?
I can't even check even this because I don't have a device which are support it.
Could you help me?
I inquired with Apple about this feature, this is the response I got from DTS: