Hello,
I would like to provide an alternate mechanism to start the DFU process. Is it possible to call ble_dfu_buttonless_on_ctrl_pt_write() directly to kick-off the operation?
Thanks
Hello,
I would like to provide an alternate mechanism to start the DFU process. Is it possible to call ble_dfu_buttonless_on_ctrl_pt_write() directly to kick-off the operation?
Thanks
Which SDK and SoftDevice are you using? Which bootloader and DFU example?
Sorry, my mistake. I thought the tags where visible.
SDK = v14 SoftDevice = v5.0 Device = s132 pca10040
Thanks!
I don't see any problem with implementing your own buttonless DFU.
Hello,
This comment has less to do with the DFU vs. simulating a control point write to kick-off the DFU operation. This ability is also helpful for unit testing.
Is it possible to simulate a control point write? For the DFU specifically, can I call ble_dfu_buttonless_on_pt_write() directly?
I'm sorry. I don't understand. What exactly do you mean by simulating? What is that you want to achieve?