nRF Connect SDK API 2.8.99
|
bool bt_dfu_smp_rsp_total_check | ( | const struct bt_dfu_smp * | dfu_smp | ) |
#include <include/bluetooth/services/dfu_smp.h>
Check if all response parts have been received.
This auxiliary function checks if the current response part is the final one.
dfu_smp | DFU SMP Client instance. |
true | If the current part is the final one. |
false | If the current part is not the final one. |