Searched refs:BT_MESH_DFU_ERR_WRONG_PHASE (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/include/zephyr/bluetooth/mesh/ |
D | dfu.h | 89 BT_MESH_DFU_ERR_WRONG_PHASE, enumerator
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | dfu_cli.c | 754 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()
|
D | dfu_srv.c | 307 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/ |
D | test_dfu.c | 1040 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()
|