From a6d6e0e13c082fd77e9306d0542a753d2a179b57 Mon Sep 17 00:00:00 2001 From: Kavish Devar Date: Thu, 2 Oct 2025 11:33:23 +0530 Subject: [PATCH] linux: fix name for preferred a2dp profile in mediacontroller --- linux/media/mediacontroller.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/media/mediacontroller.h b/linux/media/mediacontroller.h index fdde25c..3601cc8 100644 --- a/linux/media/mediacontroller.h +++ b/linux/media/mediacontroller.h @@ -39,7 +39,7 @@ public: void removeAudioOutputDevice(); void setConnectedDeviceMacAddress(const QString &macAddress); bool isA2dpProfileAvailable(); - QString getBestA2dpProfile(); + QString getPreferredA2dpProfile(); bool restartWirePlumber(); void setEarDetectionBehavior(EarDetectionBehavior behavior);