# updateLatencyLevel

Source: [https://docs.qualcomm.com/doc/80-PK177-134Y/topic/update_latency_level.html](https://docs.qualcomm.com/doc/80-PK177-134Y/topic/update_latency_level.html)

使用新的上行链路和下行链路级别根据 ID 更新相应的滤波器。

    updateLatencyLevel()Copy to clipboard

## 参数

| **参数** | **API 类型** | **数据类型** | **说明** |
| --- | --- | --- | --- |
| id | Java | long | 要更新的滤波器 ID。 |
| id | 原生 | uint32\_t | 要更新的滤波器 ID。 |
| uplink | Java | level | 上行链路要应用的延迟级别。 |
| uplink | 原生 | llm\_level | 上行链路要应用的延迟级别。 |
| downlink | Java | level | 下行链路要应用的延迟级别。 |
| downlink | 原生 | llm\_level | 下行链路要应用的延迟级别。 |
|  |  |  |  |

## 返回结果

| API 类型 | 返回结果 | 说明 |
| --- | --- | --- |
| Java | int | <ul class="ul" id="concept.dita_2f12fd1e-b824-4f70-884d-42f0d9d6a108__ul_h1p_wlx_m5b"><br>                                    <li class="li">SUCCESS ≥ 0</li><br><br>                                    <li class="li">FAILURE <ul class="ul"><li class="li">-1 Iqesdk 为 NULL</li><br><li class="li">-2 子系统错误</li><br></ul><br></li><br><br>                                </ul> |
| 原生 | int8\_t | <ul class="ul" id="concept.dita_2f12fd1e-b824-4f70-884d-42f0d9d6a108__ul_h1p_wlx_m5b"><br>                                    <li class="li">SUCCESS ≥ 0</li><br><br>                                    <li class="li">FAILURE <ul class="ul"><li class="li">-1 Iqesdk 为 NULL</li><br><li class="li">-2 子系统错误</li><br></ul><br></li><br><br>                                </ul> |
|  |  |  |

**Parent Topic:** [LLM 函数](https://docs.qualcomm.com/doc/80-PK177-134Y/topic/llm_functions.html)

Last Published: Jun 22, 2023

[Previous Topic
getFilters](https://docs.qualcomm.com/bundle/publicresource/80-PK177-134Y/topics/get_filters.md) [Next Topic
updateOod](https://docs.qualcomm.com/bundle/publicresource/80-PK177-134Y/topics/update_ood.md)