CBCentralManagerScanOptionAllowDuplicatesKey

Static CBCentralManagerScanOptionAllowDuplicatesKey 

Source
pub unsafe static CBCentralManagerScanOptionAllowDuplicatesKey: &'static NSString
Available on crate feature CBCentralManagerConstants only.
Expand description

An NSNumber (Boolean) indicating that the scan should run without duplicate filtering. By default, multiple discoveries of the same peripheral are coalesced into a single discovery event. Specifying this option will cause a discovery event to be generated every time the peripheral is seen, which may be many times per second. This can be useful in specific situations, such as making a connection based on a peripheral’s RSSI, but may have an adverse affect on battery-life and application performance.

See: scanForPeripheralsWithServices:options:

See also Apple’s documentation