setForceScanningForNewAddressInLegacyDfu
When this is set to true, the Legacy Buttonless Service will scan for the device advertising with an incremented MAC address, instead of trying to reconnect to the same device.
Setting this to true requires modifying the buttonless service on the device not to share the peer data with the bootloader, or modifying the bootloader to always advertise with MAC+1. Setting it to true with a default implementation of the buttonless service should work, but is pointless.
This is a feature equivalent to PR #374 in DFU library for iOS.
Return
the builder
Parameters
set to true when your bootloader is advertising with an incremented MAC address.By default, in Legacy DFU, the bootloader uses the same MAC address and isadvertising directly. This does not seen to work on some phones (Samsung) withrecent Android versions.