Searched refs:BT_MESH_DFU_SUCCESS (Results 1 – 5 of 5) sorted by relevance
/Zephyr-Core-3.7.0/subsys/bluetooth/mesh/ |
D | dfu_srv.c | 65 return BT_MESH_DFU_SUCCESS; in metadata_check() 73 return BT_MESH_DFU_SUCCESS; in metadata_check() 254 update_status_rsp(srv, ctx, BT_MESH_DFU_SUCCESS, NULL); in handle_get() 297 status = BT_MESH_DFU_SUCCESS; in handle_start() 309 status = BT_MESH_DFU_SUCCESS; in handle_start() 322 if (status != BT_MESH_DFU_SUCCESS) { in handle_start() 337 status = BT_MESH_DFU_SUCCESS; in handle_start() 370 status = BT_MESH_DFU_SUCCESS; in handle_start() 395 update_status_rsp(srv, ctx, BT_MESH_DFU_SUCCESS, NULL); in handle_cancel() 412 update_status_rsp(srv, ctx, BT_MESH_DFU_SUCCESS, NULL); in handle_apply() [all …]
|
D | dfu_cli.c | 110 cli->cb->ended(cli, BT_MESH_DFU_SUCCESS); in dfu_complete() 166 if (target->status == BT_MESH_DFU_SUCCESS) { in targets_active() 638 if (target->status != BT_MESH_DFU_SUCCESS) { in confirmed() 658 } else if (target->status == BT_MESH_DFU_SUCCESS) { in confirmed() 760 if (status != BT_MESH_DFU_SUCCESS) { in handle_status() 1042 target->status = BT_MESH_DFU_SUCCESS; in bt_mesh_dfu_cli_send() 1075 target->status = BT_MESH_DFU_SUCCESS; in bt_mesh_dfu_cli_resume()
|
D | dfd_srv.c | 825 if (reason != BT_MESH_DFU_SUCCESS) { in dfu_ended()
|
/Zephyr-Core-3.7.0/include/zephyr/bluetooth/mesh/ |
D | dfu.h | 81 BT_MESH_DFU_SUCCESS, enumerator
|
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/mesh/src/ |
D | test_dfu.c | 518 expected_status = BT_MESH_DFU_SUCCESS; in dist_dfu_start_and_confirm() 891 ASSERT_EQUAL(BT_MESH_DFU_SUCCESS, reason); in dfu_cli_ended() 923 ASSERT_FALSE(target->status == BT_MESH_DFU_SUCCESS); in dfu_cli_lost_target() 1043 ASSERT_EQUAL(BT_MESH_DFU_SUCCESS, dfu_cli_xfer.targets[4].status); in test_cli_fail_on_persistency() 1045 ASSERT_EQUAL(BT_MESH_DFU_SUCCESS, dfu_cli_xfer.targets[5].status); in test_cli_fail_on_persistency() 1071 ASSERT_EQUAL(BT_MESH_DFU_SUCCESS, dfu_cli_xfer.targets[5].status); in test_cli_fail_on_persistency() 1181 ASSERT_EQUAL(BT_MESH_DFU_SUCCESS, dfu_cli_xfer.targets[i].status); in test_cli_all_targets_lost_on_apply() 1298 ASSERT_EQUAL(BT_MESH_DFU_SUCCESS, dfu_cli_xfer.targets[0].status); in test_cli_stop()
|