mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-03 09:01:50 -05:00
bluetooth: Add discovery to pa_bluetooth_backend_new
This commit is contained in:
parent
5c2ed8abed
commit
f508b34b8b
4 changed files with 6 additions and 4 deletions
|
|
@ -896,7 +896,7 @@ static void get_managed_objects_reply(DBusPendingCall *pending, void *userdata)
|
|||
y->objects_listed = true;
|
||||
|
||||
if (!y->backend)
|
||||
y->backend = pa_bluetooth_backend_new(y->core);
|
||||
y->backend = pa_bluetooth_backend_new(y->core, y);
|
||||
|
||||
finish:
|
||||
dbus_message_unref(r);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue