# updateLatencyLevel
Source: [https://docs.qualcomm.com/doc/80-PK177-134/topic/update_latency_level.html](https://docs.qualcomm.com/doc/80-PK177-134/topic/update_latency_level.html)
Updates the corresponding filter based on the ID with new uplink and downlink levels.
updateLatencyLevel()Copy to clipboard
## Parameters
| **Parameter** | **API Type** | **Data Type** | **Description** |
| --- | --- | --- | --- |
| id | Java | long | Filter ID to be updated. |
| id | Native | uint32\_t | Filter ID to be updated. |
| uplink | Java | level | Latency [level](https://docs.qualcomm.com/doc/80-PK177-134/topic/level.html) to be
applied on uplink. |
| uplink | Native | llm\_level | Latency [level](https://docs.qualcomm.com/doc/80-PK177-134/topic/level.html) to be
applied on uplink. |
| downlink | Java | level | Latency [level](https://docs.qualcomm.com/doc/80-PK177-134/topic/level.html) to be
applied on downlink. |
| downlink | Native | llm\_level | Latency [level](https://docs.qualcomm.com/doc/80-PK177-134/topic/level.html) to be
applied on downlink. |
| ret | Native | int8\_t& | On success this is the actual return value from the API.