# Filter information Source: [https://docs.qualcomm.com/doc/80-PK177-134/topic/filter_information.html](https://docs.qualcomm.com/doc/80-PK177-134/topic/filter_information.html) Callback receives the all the filter parameters. **Java** IfilterInfo () { onValues() {} }Copy to clipboard **Native** void (*llm_filterInfo) ()Copy to clipboard ## Parameters | Parameters | API type | Data type | Description | | --- | --- | --- | --- | | id | Java | long | Filter ID. | | id | Native | uint32\_t | Filter ID. | | status | Java | filterStatusEnum | [Enum](https://docs.qualcomm.com/doc/80-PK177-134/topic/filter_status_enum.html) indicating the
current status of the filter. | | status | Native | llm\_filterStatusEnum | [Enum](https://docs.qualcomm.com/doc/80-PK177-134/topic/filter_status_enum.html) indicating the
current status of the filter. | | statusString | Java | String | String providing additional information on any errors to help in debugging. | | statusString | Native | string | String providing additional information on any errors to help in debugging. | | uplink | Java | level | The uplink [level](https://docs.qualcomm.com/doc/80-PK177-134/topic/level.html) set for this
filter. | | uplink | Native | llm\_level | The uplink [level](https://docs.qualcomm.com/doc/80-PK177-134/topic/level.html) set for this
filter. | | downlink | Java | level | The downlink [level](https://docs.qualcomm.com/doc/80-PK177-134/topic/level.html) set for this
filter. | | downlink | Native | llm\_level | The downlink [level](https://docs.qualcomm.com/doc/80-PK177-134/topic/level.html) set for this
filter. | | pdcpTimer | Java | long | The PDCP timer set for this filter. | | pdcpTimer | Native | uint32\_t | The PDCP timer set for this filter. | | ood | Java | oodEnum | The [OOD enum value](https://docs.qualcomm.com/doc/80-PK177-134/topic/ood.html) set for this
filter. | | ood | Native | llm\_oodEnum | The [OOD enum value](https://docs.qualcomm.com/doc/80-PK177-134/topic/ood.html) set for this
filter. | | | | | | **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 Filter status](https://docs.qualcomm.com/bundle/publicresource/80-PK177-134/topics/filter_status.md) [Next Topic priorityQueueReport](https://docs.qualcomm.com/bundle/publicresource/80-PK177-134/topics/priority_queue_report.md)