Home
last modified time | relevance | path

Searched refs:BT_MESH_DFU_PHASE_APPLYING (Results 1 – 4 of 4) sorted by relevance

/Zephyr-Core-3.5.0/include/zephyr/bluetooth/mesh/
Ddfu.h62 BT_MESH_DFU_PHASE_APPLYING, enumerator
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/mesh/src/
Dtest_dfu.c196 if (expected_stop_phase == BT_MESH_DFU_PHASE_APPLYING) { in target_dfu_start()
250 } else if (expected_stop_phase == BT_MESH_DFU_PHASE_APPLYING) { in target_dfu_apply()
533 ASSERT_EQUAL(BT_MESH_DFU_PHASE_APPLYING, dfd_srv.targets[i].phase); in dist_dfu_start_and_confirm()
1263 case BT_MESH_DFU_PHASE_APPLYING: in test_cli_stop()
1281 ASSERT_EQUAL(BT_MESH_DFU_PHASE_APPLYING, dfu_cli_xfer.targets[0].phase); in test_cli_stop()
1591 case BT_MESH_DFU_PHASE_APPLYING: in test_target_dfu_stop()
1596 ASSERT_EQUAL(BT_MESH_DFU_PHASE_APPLYING, dfu_srv.update.phase); in test_target_dfu_stop()
1599 ASSERT_EQUAL(BT_MESH_DFU_PHASE_APPLYING, dfu_srv.update.phase); in test_target_dfu_stop()
/Zephyr-Core-3.5.0/subsys/bluetooth/mesh/
Ddfu_srv.c134 if (srv->update.phase == BT_MESH_DFU_PHASE_APPLYING) { in handle_info_get()
406 if (srv->update.phase == BT_MESH_DFU_PHASE_APPLYING) { in handle_apply()
420 srv->update.phase = BT_MESH_DFU_PHASE_APPLYING; in handle_apply()
585 if (srv->update.phase != BT_MESH_DFU_PHASE_APPLYING) { in bt_mesh_dfu_srv_applied()
Ddfu_cli.c777 if (phase != BT_MESH_DFU_PHASE_APPLYING && in handle_status()
788 if (phase == BT_MESH_DFU_PHASE_APPLYING) { in handle_status()