Hi,
Depending on how the nRF5 SDK is configured, the BLE address may change once in the bootloader (it's incremented). This happens in the gap_address_change() function. I do not want to enable bonds (NRF_DFU_BLE_REQUIRES_BONDS), but I do want to keep the address the same. I could simply remove the logic that increments the digit, but what are the caveats with this? I assume a mobile device that has been previously paired will fail to establish a connection. This should be harmless though. Any other potential issues?
Thank you.