# 链路容量估算 (Link capacity estimation)

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

链路容量估计 (LCE) 提供对上行链路和下行链路的容量估计。它根据当前使用的数据速率估计可用的容量。

## 概述

LCE 子系统允许访问以下两种类型的报告：

- 基于阈值的报告 - 在上行链路和下行链路容量估计值达到阈值时以及滞后定时器到期后发送报告。如果只有一个阈值（上行链路阈值或下行链路阈值），则属于特殊情况，此时会周期性发送报告。
- 基于周期的报告 - 按设定的时间间隔发送报告。

## 注释

- 每个会话只能设置为一种报告类型。
- 屏幕关闭时，LCE 回调停止。
- 最适用非缓冲用例。

- **[LCE 函数](https://docs.qualcomm.com/doc/80-PK177-134Y/topic/lce_functions.html)**
- **[LCE 回调接口](https://docs.qualcomm.com/doc/80-PK177-134Y/topic/lce_callback_interfaces.html)**
- **[LCE 枚举](https://docs.qualcomm.com/doc/80-PK177-134Y/topic/lce_enums.html)**
- **[示例代码](https://docs.qualcomm.com/doc/80-PK177-134Y/topic/lce_example_code.html)**

**Parent Topic:** [Modem API](https://docs.qualcomm.com/doc/80-PK177-134Y/topic/modem.html)

Last Published: Jun 22, 2023

[Previous Topic
Modem API](https://docs.qualcomm.com/bundle/publicresource/80-PK177-134Y/topics/modem.md) [Next Topic
LCE 函数](https://docs.qualcomm.com/bundle/publicresource/80-PK177-134Y/topics/lce_functions.md)