Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/mesh/
Ddfu.h50 BT_MESH_DFU_PHASE_TRANSFER_ACTIVE, enumerator
/Zephyr-latest/subsys/bluetooth/mesh/
Ddfu_srv.c296 srv->update.phase = BT_MESH_DFU_PHASE_TRANSFER_ACTIVE; in handle_start()
369 srv->update.phase = BT_MESH_DFU_PHASE_TRANSFER_ACTIVE; in handle_start()
490 if (srv->update.phase == BT_MESH_DFU_PHASE_TRANSFER_ACTIVE) { in dfu_srv_settings_set()
623 if (srv->update.phase == BT_MESH_DFU_PHASE_TRANSFER_ACTIVE) { in bt_mesh_dfu_srv_progress()
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_dfu.c894 if (expected_stop_phase == BT_MESH_DFU_PHASE_TRANSFER_ACTIVE) { in dfu_cli_ended()
1035 ASSERT_EQUAL(BT_MESH_DFU_PHASE_TRANSFER_ACTIVE, dfu_cli_xfer.targets[1].phase); in test_cli_fail_on_persistency()
1038 ASSERT_EQUAL(BT_MESH_DFU_PHASE_TRANSFER_ACTIVE, dfu_cli_xfer.targets[2].phase); in test_cli_fail_on_persistency()
1129 ASSERT_EQUAL(BT_MESH_DFU_PHASE_TRANSFER_ACTIVE, in test_cli_all_targets_lost_on_caps_get()
1147 ASSERT_EQUAL(BT_MESH_DFU_PHASE_TRANSFER_ACTIVE, in test_cli_all_targets_lost_on_update_get()
1212 case BT_MESH_DFU_PHASE_TRANSFER_ACTIVE: in test_cli_stop()
1226 ASSERT_EQUAL(BT_MESH_DFU_PHASE_TRANSFER_ACTIVE, dfu_cli_xfer.targets[0].phase); in test_cli_stop()