Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/include/zephyr/bluetooth/mesh/
Ddfu.h92 BT_MESH_DFU_ERR_INTERNAL, enumerator
/Zephyr-Core-3.6.0/tests/bsim/bluetooth/mesh/src/
Dtest_dfu.c514 expected_status = BT_MESH_DFU_ERR_INTERNAL; in dist_dfu_start_and_confirm()
1026 ASSERT_EQUAL(BT_MESH_DFU_ERR_INTERNAL, dfu_cli_xfer.targets[6].status); in test_cli_fail_on_persistency()
1034 ASSERT_EQUAL(BT_MESH_DFU_ERR_INTERNAL, dfu_cli_xfer.targets[1].status); in test_cli_fail_on_persistency()
1037 ASSERT_EQUAL(BT_MESH_DFU_ERR_INTERNAL, dfu_cli_xfer.targets[2].status); in test_cli_fail_on_persistency()
1058 ASSERT_EQUAL(BT_MESH_DFU_ERR_INTERNAL, dfu_cli_xfer.targets[4].status); in test_cli_fail_on_persistency()
1128 ASSERT_EQUAL(BT_MESH_DFU_ERR_INTERNAL, dfu_cli_xfer.targets[i].status); in test_cli_all_targets_lost_on_caps_get()
1146 ASSERT_EQUAL(BT_MESH_DFU_ERR_INTERNAL, dfu_cli_xfer.targets[i].status); in test_cli_all_targets_lost_on_update_get()
1195 ASSERT_EQUAL(BT_MESH_DFU_ERR_INTERNAL, dfu_cli_xfer.targets[i].status); in test_cli_all_targets_lost_on_apply()
1225 ASSERT_EQUAL(BT_MESH_DFU_ERR_INTERNAL, dfu_cli_xfer.targets[0].status); in test_cli_stop()
1240 ASSERT_EQUAL(BT_MESH_DFU_ERR_INTERNAL, dfu_cli_xfer.targets[0].status); in test_cli_stop()
[all …]
/Zephyr-Core-3.6.0/subsys/bluetooth/mesh/
Ddfu_cli.c232 target_failed(cli, target, BT_MESH_DFU_ERR_INTERNAL); in blob_lost_target()
272 dfu_failed(cli, BT_MESH_DFU_ERR_INTERNAL); in blob_end()
486 dfu_failed(cli, BT_MESH_DFU_ERR_INTERNAL); in transfer()
528 dfu_failed(cli, BT_MESH_DFU_ERR_INTERNAL); in refreshed()
578 dfu_failed(cli, BT_MESH_DFU_ERR_INTERNAL); in applied()
653 target_failed(cli, target, BT_MESH_DFU_ERR_INTERNAL); in confirmed()
657 target_failed(cli, target, BT_MESH_DFU_ERR_INTERNAL); in confirmed()
671 dfu_failed(cli, BT_MESH_DFU_ERR_INTERNAL); in confirmed()
695 dfu_failed(cli, BT_MESH_DFU_ERR_INTERNAL); in cancelled()
920 target_failed(cli, target, BT_MESH_DFU_ERR_INTERNAL); in handle_info_status()
Ddfu_srv.c352 status = BT_MESH_DFU_ERR_INTERNAL; in handle_start()