Home
last modified time | relevance | path

Searched refs:BT_MESH_DFU_PHASE_IDLE (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/subsys/bluetooth/mesh/
Ddfu_srv.c90 srv->update.phase = BT_MESH_DFU_PHASE_IDLE; in apply_rsp_sent()
100 srv->update.phase = BT_MESH_DFU_PHASE_IDLE; in apply_rsp_sent()
186 if (srv->update.phase != BT_MESH_DFU_PHASE_IDLE) { in handle_info_get()
214 if (srv->update.phase != BT_MESH_DFU_PHASE_IDLE) { in handle_metadata_check()
234 if (srv->update.phase != BT_MESH_DFU_PHASE_IDLE) { in update_status_rsp()
391 srv->update.phase = BT_MESH_DFU_PHASE_IDLE; in handle_cancel()
505 srv->update.phase = BT_MESH_DFU_PHASE_IDLE; in dfu_srv_reset()
589 if (srv->update.phase == BT_MESH_DFU_PHASE_IDLE) { in bt_mesh_dfu_srv_cancel()
606 srv->update.phase = BT_MESH_DFU_PHASE_IDLE; in bt_mesh_dfu_srv_applied()
612 return srv->update.phase != BT_MESH_DFU_PHASE_IDLE && in bt_mesh_dfu_srv_is_busy()
Ddfu_cli.c753 if (cli->xfer.state == STATE_APPLY && phase == BT_MESH_DFU_PHASE_IDLE && in handle_status()
797 phase != BT_MESH_DFU_PHASE_IDLE)) { in handle_status()
811 if (phase != BT_MESH_DFU_PHASE_IDLE) { in handle_status()
/Zephyr-latest/include/zephyr/bluetooth/mesh/
Ddfu.h44 BT_MESH_DFU_PHASE_IDLE, enumerator
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_dfu.c888 if ((expected_stop_phase == BT_MESH_DFU_PHASE_IDLE || in dfu_cli_ended()
1030 ASSERT_EQUAL(BT_MESH_DFU_PHASE_IDLE, dfu_cli_xfer.targets[0].phase); in test_cli_fail_on_persistency()
1112 ASSERT_EQUAL(BT_MESH_DFU_PHASE_IDLE, dfu_cli_xfer.targets[i].phase); in test_cli_all_targets_lost_on_metadata()
1299 ASSERT_EQUAL(BT_MESH_DFU_PHASE_IDLE, dfu_cli_xfer.targets[0].phase); in test_cli_stop()
1601 ASSERT_EQUAL(BT_MESH_DFU_PHASE_IDLE, dfu_srv.update.phase); in test_target_dfu_stop()
/Zephyr-latest/subsys/bluetooth/mesh/shell/
Ddfu.c601 if (rsp.phase != BT_MESH_DFU_PHASE_IDLE) { in cmd_dfu_target_state()