bluetooth: Add discovery to pa_bluetooth_backend_new

This commit is contained in:
Luiz Augusto von Dentz 2014-09-10 11:48:23 +02:00 committed by Tanu Kaskinen
parent 5c2ed8abed
commit f508b34b8b
4 changed files with 6 additions and 4 deletions

View file

@ -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);