[Linux] Auto-restart WirePlumber when A2DP profile is unavailable (#213)

Fix: Auto-restart WirePlumber when A2DP profile is unavailable
This commit is contained in:
Mathias S.
2025-10-01 16:53:19 +02:00
committed by GitHub
parent d7a96c9fc5
commit 784b7a2cfa
2 changed files with 59 additions and 0 deletions

View File

@@ -37,6 +37,8 @@ public:
void activateA2dpProfile();
void removeAudioOutputDevice();
void setConnectedDeviceMacAddress(const QString &macAddress);
bool isA2dpProfileAvailable();
bool restartWirePlumber();
void setEarDetectionBehavior(EarDetectionBehavior behavior);
inline EarDetectionBehavior getEarDetectionBehavior() const { return earDetectionBehavior; }