Re: [pulseaudio-discuss] [PATCH next v1 00/13] bluetooth: Abstract D-Bus inside bluetooth-util

2012-12-15 Thread Tanu Kaskinen
On Fri, 2012-12-14 at 15:14 +0100, Mikel Astiz wrote: > From: Mikel Astiz > > v1 includes the changes pointed out by Tanu, most significantly: > - Function naming fixes. > - Transport owner (bus name) considered for SetProperty(). > - Traces improved. > - Use pa_dbus_append_basic_variant() to sim

[pulseaudio-discuss] [PATCH next v1 00/13] bluetooth: Abstract D-Bus inside bluetooth-util

2012-12-14 Thread Mikel Astiz
From: Mikel Astiz v1 includes the changes pointed out by Tanu, most significantly: - Function naming fixes. - Transport owner (bus name) considered for SetProperty(). - Traces improved. - Use pa_dbus_append_basic_variant() to simplify code. - pa_transport_is_acquired() refactored. >From original