# Filter status Source: [https://docs.qualcomm.com/doc/80-PK177-134/topic/filter_status.html](https://docs.qualcomm.com/doc/80-PK177-134/topic/filter_status.html) Callback receives the current status of the filter. **Java** public interface IfilterStatus { void onValues(); }Copy to clipboard **Native** void (*llm_filterStatus) ()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. | | 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. | | | | | | **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 Effective levels](https://docs.qualcomm.com/bundle/publicresource/80-PK177-134/topics/ieffective_levels.md) [Next Topic Filter information](https://docs.qualcomm.com/bundle/publicresource/80-PK177-134/topics/filter_information.md)