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

@ -106,7 +106,7 @@ struct pa_bluetooth_adapter {
bool valid;
};
pa_bluetooth_backend *pa_bluetooth_backend_new(pa_core *c);
pa_bluetooth_backend *pa_bluetooth_backend_new(pa_core *c, pa_bluetooth_discovery *y);
void pa_bluetooth_backend_free(pa_bluetooth_backend *b);
pa_bluetooth_transport *pa_bluetooth_transport_new(pa_bluetooth_device *d, const char *owner, const char *path,