Merge branch 'patch-1' into 'master'

Increase timeout for Bluetooth profile negotiation

See merge request pulseaudio/pulseaudio!857
This commit is contained in:
Andrey Semashev 2025-12-18 22:01:05 +00:00
commit ac10718396

View file

@ -43,7 +43,7 @@
#include "bluez5-util.h"
#define WAIT_FOR_PROFILES_TIMEOUT_USEC (3 * PA_USEC_PER_SEC)
#define WAIT_FOR_PROFILES_TIMEOUT_USEC (5 * PA_USEC_PER_SEC)
#define DBUS_INTERFACE_OBJECT_MANAGER DBUS_INTERFACE_DBUS ".ObjectManager"