Skip to content

Commit c89be95

Browse files
PavelVPVfabiobaltieri
authored andcommitted
Bluetooth: Mesh: Fix comment for BT_MESH_DFU_PHASE_UNKNOWN
The phase was added to the spec, so it is not metaphase anymore. Signed-off-by: Pavel Vasilyev <[email protected]>
1 parent db53c3f commit c89be95

File tree

1 file changed

+1
-5
lines changed
  • include/zephyr/bluetooth/mesh

1 file changed

+1
-5
lines changed

include/zephyr/bluetooth/mesh/dfu.h

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,7 @@ enum bt_mesh_dfu_phase {
6666
/** Firmware applying failed. */
6767
BT_MESH_DFU_PHASE_APPLY_FAIL,
6868

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-
*/
69+
/** Phase of a node was not yet retrieved. */
7470
BT_MESH_DFU_PHASE_UNKNOWN,
7571
};
7672

0 commit comments

Comments
 (0)