mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
spa: bluez: dbus: do not call GetManagedObjects() if there is a pending call
This commit is contained in:
parent
bf18d948b3
commit
1d3497b0cd
1 changed files with 1 additions and 1 deletions
|
|
@ -4309,7 +4309,7 @@ static void get_managed_objects_reply(DBusPendingCall *pending, void *user_data)
|
|||
|
||||
static void get_managed_objects(struct spa_bt_monitor *monitor)
|
||||
{
|
||||
if (monitor->objects_listed)
|
||||
if (monitor->objects_listed || monitor->get_managed_objects_call)
|
||||
return;
|
||||
|
||||
DBusMessage *m;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue