# LLM 函数

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

介绍 LinkLatencyManager 方法及其定义、参数和返回结果的详细信息。

- **[Creator](https://docs.qualcomm.com/doc/80-PK177-134Y/topic/creator.html)**  

主链路进入 LinkLatency 的构造函数。
- **[setLevel](https://docs.qualcomm.com/doc/80-PK177-134Y/topic/setlevel.html)**  

设置设备的上行链路和下行链路的延迟级别。setLevel 还提供了一个选项来启用连接扩展。
- **[prioritizeDefaultDataSubscription](https://docs.qualcomm.com/doc/80-PK177-134Y/topic/prioritizedefaultdatasubscription.html)**  

使 DDS 优先。
- **[registerFilterStatusUpdates](https://docs.qualcomm.com/doc/80-PK177-134Y/topic/register_filter_status_updates.html)**  

注册回调以接收滤波器状态更新。
- **[addFilter](https://docs.qualcomm.com/doc/80-PK177-134Y/topic/add_filter.html)**  

向系统添加新滤波器，并应用提供的上行链路/下行链路级别、PDCP 定时器和 OOD 值。
- **[getFilters](https://docs.qualcomm.com/doc/80-PK177-134Y/topic/get_filters.html)**  

检索客户端添加的所有滤波器以及每个滤波器的当前状态。
- **[updateLatencyLevel](https://docs.qualcomm.com/doc/80-PK177-134Y/topic/update_latency_level.html)**  

使用新的上行链路和下行链路级别根据 ID 更新相应的滤波器。
- **[updateOod](https://docs.qualcomm.com/doc/80-PK177-134Y/topic/update_ood.html)**  

使用新的乱序传送 (OOD) 值根据 ID 更新相应的滤波器。
- **[updatePdcpTimer](https://docs.qualcomm.com/doc/80-PK177-134Y/topic/update_pdcp_timer.html)**  

使用新的 PDCP 定时器值根据 ID 更新相应的滤波器。
- **[deleteFilter](https://docs.qualcomm.com/doc/80-PK177-134Y/topic/delete_filter.html)**  

根据 ID 删除相应的滤波器。
- **[deleteAllFilters](https://docs.qualcomm.com/doc/80-PK177-134Y/topic/delete_all_filters.html)**  

删除客户端添加的所有滤波器。
- **[updateOodForDds](https://docs.qualcomm.com/doc/80-PK177-134Y/topic/update_ood_for_dds.html)**  

更新 DDS 的乱序传送 (OOD) 值。
- **[updatePdcpTimerForDds](https://docs.qualcomm.com/doc/80-PK177-134Y/topic/update_pdcp_timer_for_dds.html)**  

更新 DDS 的 PDCP 定时器值。
- **[enableHighPerfGaming](https://docs.qualcomm.com/doc/80-PK177-134Y/topic/enable_high_perf_gaming.html)**  

启用或禁用高性能游戏。

**Parent Topic:** [链路延迟管理器 (Link latency manager)](https://docs.qualcomm.com/doc/80-PK177-134Y/topic/llm.html)

Last Published: Jun 22, 2023

[Previous Topic
链路延迟管理器 (Link latency manager)](https://docs.qualcomm.com/bundle/publicresource/80-PK177-134Y/topics/llm.md) [Next Topic
Creator](https://docs.qualcomm.com/bundle/publicresource/80-PK177-134Y/topics/creator.md)