# Effective levels

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

Callback receives the effective link levels as parameters.

**Java**

    IeffectiveLevels() {onValues();}Copy to clipboard

**Native**

    typedef void (*llm_effectiveLevels) () {}Copy to clipboard

## Parameters

| Parameter | API type | Data type | Description |
| --- | --- | --- | --- |
| uplink | Java | level | The effective uplink [level](https://docs.qualcomm.com/doc/80-PK177-134/topic/level.html) set on the device. |
| uplink | Native | llm\_level | The effective uplink [level](https://docs.qualcomm.com/doc/80-PK177-134/topic/level.html) set on the device. |
| downlink | Java | level | The effective downlink [level](https://docs.qualcomm.com/doc/80-PK177-134/topic/level.html) set on the device. |
| downlink | Native | llm\_level | The effective downlink [level](https://docs.qualcomm.com/doc/80-PK177-134/topic/level.html) set on the device. |
|  |  |  |  |

**Parent Topic:** [LLM subsystem callback interfaces](https://docs.qualcomm.com/doc/80-PK177-134/topic/llm_callback_interfaces.html)

Last Published: Nov 14, 2024

[Previous Topic
LLM subsystem callback interfaces](https://docs.qualcomm.com/bundle/publicresource/80-PK177-134/topics/llm_callback_interfaces.md) [Next Topic
Filter status](https://docs.qualcomm.com/bundle/publicresource/80-PK177-134/topics/filter_status.md)