Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/mesh/
Ddfu.h89 BT_MESH_DFU_ERR_WRONG_PHASE, enumerator
/Zephyr-latest/subsys/bluetooth/mesh/
Ddfu_cli.c754 status == BT_MESH_DFU_ERR_WRONG_PHASE) { in handle_status()
792 target_failed(cli, target, BT_MESH_DFU_ERR_WRONG_PHASE); in handle_status()
800 target_failed(cli, target, BT_MESH_DFU_ERR_WRONG_PHASE); in handle_status()
815 target_failed(cli, target, BT_MESH_DFU_ERR_WRONG_PHASE); in handle_status()
Ddfu_srv.c307 status = BT_MESH_DFU_ERR_WRONG_PHASE; in handle_start()
418 update_status_rsp(srv, ctx, BT_MESH_DFU_ERR_WRONG_PHASE, NULL); in handle_apply()
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_dfu.c1040 ASSERT_EQUAL(BT_MESH_DFU_ERR_WRONG_PHASE, dfu_cli_xfer.targets[3].status); in test_cli_fail_on_persistency()
1164 ASSERT_EQUAL(BT_MESH_DFU_ERR_WRONG_PHASE, dfu_cli_xfer.targets[i].status); in test_cli_all_targets_lost_on_verify()
1260 ASSERT_EQUAL(BT_MESH_DFU_ERR_WRONG_PHASE, dfu_cli_xfer.targets[0].status); in test_cli_stop()