Hello,
I'm afraid we don't have any samples that exactly match your requirements. Do you want the device to also act as a peripheral so that mobile phones can discover connect to it and perform DFU while it is as a central and connected to another device? In that case, the /nrf/samples/bluetooth/central_and_peripheral_hr multirole sample may be useful as a reference.
builds but causes FOTA to fail in application at bt_le_scan_start(...). With
Did you get a crashlog from the device? To support both gap roles you must also set CONFIG_BT_MAX_CONN=2
Best regards,
Vidar
Hello Neill,
It sounds like you have come up with a good solution for this, thanks for the update. Since the primary purpose of the device is to operate in the GAP central role and the peripheral modee is only needed for DFU, it is probably good to be able avoid having the added complexity of managing multiple connections concurrently as in the multirole sample I mentioned earlier.
Best regards,
Vidar
Hello Neill,
It sounds like you have come up with a good solution for this, thanks for the update. Since the primary purpose of the device is to operate in the GAP central role and the peripheral modee is only needed for DFU, it is probably good to be able avoid having the added complexity of managing multiple connections concurrently as in the multirole sample I mentioned earlier.
Best regards,
Vidar