We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db53c3f commit c89be95Copy full SHA for c89be95
include/zephyr/bluetooth/mesh/dfu.h
@@ -66,11 +66,7 @@ enum bt_mesh_dfu_phase {
66
/** Firmware applying failed. */
67
BT_MESH_DFU_PHASE_APPLY_FAIL,
68
69
- /** The current phase is unknown.
70
- *
71
- * This is a metaphase, used by the Firmware Update Client to keep track of
72
- * the Target state, and is not defined by the specification.
73
- */
+ /** Phase of a node was not yet retrieved. */
74
BT_MESH_DFU_PHASE_UNKNOWN,
75
};
76
0 commit comments