# prioritizeDataPerSubscription Source: [https://docs.qualcomm.com/doc/80-PK177-134/topic/prioritize_data_per_subscription.html](https://docs.qualcomm.com/doc/80-PK177-134/topic/prioritize_data_per_subscription.html) Prioritizes the DDS. prioritizeDataPerSubscription()Copy to clipboard ## Parameters | **Parameter** | **API Type** | **Data Type** | **Description** | | --- | --- | --- | --- | | slotId | Java | slotId | SlotId to prioritize data for. | | slotId | Native | llm\_slotId | SlotId to prioritize data for. | | isEnabled | Java | boolean | Boolean to enable or disable data prioritization on
the specified subscription. | | isEnabled | Native | bool | Boolean to enable or disable data prioritization on
the specified subscription. | | ret | Native | int8\_t& | On success this is the actual return value from the API.



| | | | | | ## Returns | **Return** | **API type** | **Data Type** | **Description** | | --- | --- | --- | --- | | response | Java | int | | | response | Native | qesdk\_transaction\_status | See [QESDK transaction status for Native APIs](https://docs.qualcomm.com/doc/80-PK177-134/topic/native_qesdk_class.html) for usage details. Use qesdk\_transaction\_status to confirm API call invocation. If successful, use the `ret` value for the actual API return value object. | | | | | | **Parent Topic:** [LLM subsystem APIs](https://docs.qualcomm.com/doc/80-PK177-134/topic/llm_functions.html) Last Published: Nov 14, 2024 [Previous Topic enableHighPerfGaming](https://docs.qualcomm.com/bundle/publicresource/80-PK177-134/topics/enable_high_perf_gaming.md) [Next Topic registerForPriorityQueueReports](https://docs.qualcomm.com/bundle/publicresource/80-PK177-134/topics/register_for_priority_queue_reports.md)