[PATCH v0 3/9] hfp_hf_bluez5: Add SCO listen socket

2013-01-28 Thread Claudio Takahasi
This patch adds the initial SCO server socket handling. BtIO and BlueZ functions should not be used, with the new Profile API the objetive is to get rid of these dependencies. --- plugins/hfp_hf_bluez5.c | 93 + 1 file changed, 93 insertions(+)

Re: [PATCH v0 3/9] hfp_hf_bluez5: Add SCO listen socket

2013-01-28 Thread Marcel Holtmann
Hi Claudio, This patch adds the initial SCO server socket handling. BtIO and BlueZ functions should not be used, with the new Profile API the objetive is to get rid of these dependencies. --- plugins/hfp_hf_bluez5.c | 93 + 1 file changed,

Re: [PATCH v0 3/9] hfp_hf_bluez5: Add SCO listen socket

2013-01-28 Thread Claudio Takahasi
Hi Marcel: On Mon, Jan 28, 2013 at 12:59 PM, Marcel Holtmann mar...@holtmann.org wrote: Hi Claudio, This patch adds the initial SCO server socket handling. BtIO and BlueZ functions should not be used, with the new Profile API the objetive is to get rid of these dependencies. ---