Hi everyone,
I am trying to integrate the DFU service into my application on order to achieve buttonless OTA DFU but I am not able to implement it so far and I need your support.
1. I generated the pyblic key and compile the secure_bootloader_ble_s140_pca10056 successfully
2. I created the bootloader settings file
3. I modified my application in order to initialize the DFU service and include the handler function based on the ble_app_buttonless_dfu_pca10056_s140 example
4. I merged into a single file the secure bootloader, the settings page, the softdevice and the application
However when I flash my nRF52840 it advertises as DfuTarg and I see only the secure DFU service. I was expecting to see the advertising name I have define inside my application as well as my services along with the secure DFU service.

Before starting with the buttonless example, I compiled the secure bootloader in order to get started with button OTA DFU. I am not sure if this is related somehow but for the buttonless implementation I used the same secure_bootloader_ble_s140_pca10056.hex
Any advice?
Nick


