Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/mesh/
Ddfu.h56 BT_MESH_DFU_PHASE_VERIFY_OK, enumerator
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_dfu.c248 if (expected_stop_phase == BT_MESH_DFU_PHASE_VERIFY_OK) { in target_dfu_apply()
889 expected_stop_phase == BT_MESH_DFU_PHASE_VERIFY_OK) && in dfu_cli_ended()
1044 ASSERT_EQUAL(BT_MESH_DFU_PHASE_VERIFY_OK, dfu_cli_xfer.targets[4].phase); in test_cli_fail_on_persistency()
1046 ASSERT_EQUAL(BT_MESH_DFU_PHASE_VERIFY_OK, dfu_cli_xfer.targets[5].phase); in test_cli_fail_on_persistency()
1059 ASSERT_EQUAL(BT_MESH_DFU_PHASE_VERIFY_OK, dfu_cli_xfer.targets[4].phase); in test_cli_fail_on_persistency()
1182 ASSERT_EQUAL(BT_MESH_DFU_PHASE_VERIFY_OK, dfu_cli_xfer.targets[i].phase); in test_cli_all_targets_lost_on_apply()
1196 ASSERT_EQUAL(BT_MESH_DFU_PHASE_VERIFY_OK, dfu_cli_xfer.targets[i].phase); in test_cli_all_targets_lost_on_apply()
1244 case BT_MESH_DFU_PHASE_VERIFY_OK: in test_cli_stop()
1586 case BT_MESH_DFU_PHASE_VERIFY_OK: in test_target_dfu_stop()
1589 ASSERT_EQUAL(BT_MESH_DFU_PHASE_VERIFY_OK, dfu_srv.update.phase); in test_target_dfu_stop()
/Zephyr-latest/subsys/bluetooth/mesh/
Ddfu_srv.c82 srv->update.phase = BT_MESH_DFU_PHASE_VERIFY_OK; in apply_rsp_sent()
416 if (srv->update.phase != BT_MESH_DFU_PHASE_VERIFY_OK) { in handle_apply()
493 } else if (srv->update.phase == BT_MESH_DFU_PHASE_VERIFY_OK) { in dfu_srv_settings_set()
570 srv->update.phase = BT_MESH_DFU_PHASE_VERIFY_OK; in bt_mesh_dfu_srv_verified()