Hello,
In our application we don't allow bonding. Therefore I'm not allowing the application to send peer data to the bootloader using dfu_app_peer_data_set()...Therefore in the bootloader when the dfu_ble_peer_data_get() is called, the outcome will be false and the there can be no directed advertising to the peer as shown in this flow chart: infocenter.nordicsemi.com/index.jsp
At the moment when I use the Nordic Toolbox app to perform a DFU, we jump to the bootloader and then timeout with code 6. How can this be resolved?
Can the bootloader connect to the Nordic app without directed/whitelist advertising?