2009-02-12 07:11:47

by Zhao Forrest

[permalink] [raw]
Subject: [PATCH 0/4] HFP Gateway profile

Hi,
I picked up Leonid's patch for HFP Gateway profile and split it into
4 smaller pieces. The main changes are:
1 the coding style fix to align with BlueZ coding style
2 fixed the obvious bugs in hf_io_cb();

The patch set include the following 4 patches:
1 add the D-Bus interface definition for HFP Audio gateway
2 add the basic framework support for HFP Audio gateway
3 the main part for HFP Audio gateway
4 IPC integration part for HFP Audio gateway

Leonid,
Since you're the original author of this patch you may know the best
of "HFP Audio gateway" patch. Let's work together to respond to the
review comments and push to patch into BlueZ upsteam :)

Thanks,
Forrest


2009-02-12 07:31:59

by event

[permalink] [raw]
Subject: Re: [PATCH 0/4] HFP Gateway profile

On Thu, Feb 12, 2009 at 09:11, Zhao Forrest <[email protected]> wrote:
> Hi,
> I picked up Leonid's patch for HFP Gateway profile and split it into
> 4 smaller pieces. The main changes are:
> 1 the coding style fix to align with BlueZ coding style
> 2 fixed the obvious bugs in hf_io_cb();
>
> The patch set include the following 4 patches:
> 1 add the D-Bus interface definition for HFP Audio gateway
> 2 add the basic framework support for HFP Audio gateway
> 3 the main part for HFP Audio gateway
> 4 IPC integration part for HFP Audio gateway
>
> Leonid,
> Since you're the original author of this patch you may know the best
> of "HFP Audio gateway" patch. Let's work together to respond to the
> review comments and push to patch into BlueZ upsteam :)
>
> Thanks,
> Forrest
>
Hello Forrest,

I'll be glad to help you as much as I can.

Vale,
Leonid Movshovich