keepRepeatedDevices property
bool
get
keepRepeatedDevices
Normally scans will discard the second and subsequent advertisements from
a single device to save power. If you need to receive them, set
keepRepeatedDevices to true
. Note that setting keepRepeatedDevices
to false
doesn't guarantee you won’t get redundant events;
It just allows the UA to save power by omitting them.
Defaults to false
.
Implementation
external bool get keepRepeatedDevices;