A Boolean value that specifies whether the scan should run without duplicate filtering. The value for this key is an NSNumber object. If YES, multiple discoveries of the same peripheral are coalesced into a single discovery event. If NO, filtering is disabled. Disabling this filtering can have an adverse effect on battery life and should be used only if necessary. If the key is not specified, the default value is YES.
Available in iOS 5.0 and later.
Declared in CBCentralManager.h.
******************
My question is "is it possible for app to be notified when receiving multiple discovery of the same pheripheral" with current API18? or is there any plan to add this in future API?
Thanks.
Brian Liu
Hi Brian Liu ! after a year still there is no such facility in android for continuous scanning it seems. now am facing the same problem as you faced ! So how did you rectify it ?