[pulseaudio-discuss] [PATCH 3/3] bluetooth: Fix property reply handling for hfgw
Luiz Augusto von Dentz
luiz.dentz at gmail.com
Fri Nov 25 04:26:05 PST 2011
Hi Mikel,
On Wed, Nov 23, 2011 at 6:08 PM, Mikel Astiz <mikel.astiz at bmw-carit.de> wrote:
> ---
> src/modules/bluetooth/bluetooth-util.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/src/modules/bluetooth/bluetooth-util.c b/src/modules/bluetooth/bluetooth-util.c
> index 2e4d93c..c5befe3 100644
> --- a/src/modules/bluetooth/bluetooth-util.c
> +++ b/src/modules/bluetooth/bluetooth-util.c
> @@ -484,7 +484,7 @@ static void get_properties_reply(DBusPendingCall *pending, void *userdata) {
> goto finish;
>
> } else if (dbus_message_has_interface(p->message, "org.bluez.HandsfreeGateway")) {
> - if (parse_audio_property(y, &d->hfgw_state, &arg_i) < 0)
> + if (parse_audio_property(y, &d->hfgw_state, &dict_i) < 0)
> goto finish;
>
> }
> --
> 1.7.6.4
Ack.
--
Luiz Augusto von Dentz
More information about the pulseaudio-discuss
mailing list