Home
last modified time | relevance | path

Searched refs:BT_MESH_DFU_PHASE_APPLY_SUCCESS (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/include/zephyr/bluetooth/mesh/
Ddfu.h68 BT_MESH_DFU_PHASE_APPLY_SUCCESS, enumerator
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_dfu.c519 expected_phase = BT_MESH_DFU_PHASE_APPLY_SUCCESS; in dist_dfu_start_and_confirm()
1072 ASSERT_EQUAL(BT_MESH_DFU_PHASE_APPLY_SUCCESS, dfu_cli_xfer.targets[5].phase); in test_cli_fail_on_persistency()
1283 case BT_MESH_DFU_PHASE_APPLY_SUCCESS: in test_cli_stop()
1598 case BT_MESH_DFU_PHASE_APPLY_SUCCESS: in test_target_dfu_stop()
/Zephyr-latest/subsys/bluetooth/mesh/
Ddfu_cli.c602 target->phase = BT_MESH_DFU_PHASE_APPLY_SUCCESS; in target_img_cb()