From: Szymon Janc <szymon.janc@tieto.com>
To: linux-bluetooth@vger.kernel.org
Subject: Re: [PATCH 00/13] Initial code for handsfree support
Date: Wed, 05 Feb 2014 10:10:01 +0100 [thread overview]
Message-ID: <1570104.FfihyI7Z9m@uw000953> (raw)
In-Reply-To: <1391375364-27106-1-git-send-email-szymon.janc@tieto.com>
On Sunday 02 of February 2014 22:09:11 Szymon Janc wrote:
> Hi,
>
> This adds initial support for HFP. HAL library is complete, for daemon
> only support for RFCOMM connection handling.
>
> There is also minimal set of AT handling needed for SLC establishment
> (proper AT parsing code is still missing).
>
> Comments are welcome.
>
> BR
> Szymon Janc
>
> Szymon Janc (13):
> android/handsfree: Add initial files
> android/handsfree: Add commands and events definition to IPC header
> android/handsfree: Add stubs for commands handlers
> android/hal-handsfree: Implement notifications handling
> android/hal-handsfree: Implement sending commands
> android/handsfree: Add SDP record for AG
> android/handsfree: Add support for RFCOMM connection handling
> android/handsfree: Add initial code for AT commands processing
> android/handsfree: Add connect command handling
> android/handsfree: Add disconnect command handling
> android/handsfree: Add AT+BRSF command support
> android/handsfree: Add support for AT+CIND command
> android/handsfree: Add support for AT+CMER command
>
> android/Android.mk | 2 +
> android/Makefile.am | 4 +
> android/hal-bluetooth.c | 3 +
> android/hal-handsfree.c | 598 +++++++++++++++++++++++++++++++++++++
> android/hal-msg.h | 208 +++++++++++++
> android/hal.h | 2 +
> android/handsfree.c | 763 ++++++++++++++++++++++++++++++++++++++++++++++++
> android/handsfree.h | 25 ++
> android/main.c | 14 +
> 9 files changed, 1619 insertions(+)
> create mode 100644 android/hal-handsfree.c
> create mode 100644 android/handsfree.c
> create mode 100644 android/handsfree.h
>
>
Patches 1-10 are now pushed.
--
Best regards,
Szymon Janc
prev parent reply other threads:[~2014-02-05 9:10 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-02 21:09 [PATCH 00/13] Initial code for handsfree support Szymon Janc
2014-02-02 21:09 ` [PATCH 01/13] android/handsfree: Add initial files Szymon Janc
2014-02-02 21:09 ` [PATCH 02/13] android/handsfree: Add commands and events definition to IPC header Szymon Janc
2014-02-02 21:09 ` [PATCH 03/13] android/handsfree: Add stubs for commands handlers Szymon Janc
2014-02-02 21:09 ` [PATCH 04/13] android/hal-handsfree: Implement notifications handling Szymon Janc
2014-02-02 21:09 ` [PATCH 05/13] android/hal-handsfree: Implement sending commands Szymon Janc
2014-02-02 21:09 ` [PATCH 06/13] android/handsfree: Add SDP record for AG Szymon Janc
2014-02-03 7:56 ` Andrei Emeltchenko
2014-02-05 9:10 ` Szymon Janc
2014-02-02 21:09 ` [PATCH 07/13] android/handsfree: Add support for RFCOMM connection handling Szymon Janc
2014-02-02 21:09 ` [PATCH 08/13] android/handsfree: Add initial code for AT commands processing Szymon Janc
2014-02-02 21:09 ` [PATCH 09/13] android/handsfree: Add connect command handling Szymon Janc
2014-02-02 21:09 ` [PATCH 10/13] android/handsfree: Add disconnect " Szymon Janc
2014-02-02 21:09 ` [PATCH 11/13] android/handsfree: Add AT+BRSF command support Szymon Janc
2014-02-02 21:09 ` [PATCH 12/13] android/handsfree: Add support for AT+CIND command Szymon Janc
2014-02-02 21:09 ` [PATCH 13/13] android/handsfree: Add support for AT+CMER command Szymon Janc
2014-02-05 9:10 ` Szymon Janc [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1570104.FfihyI7Z9m@uw000953 \
--to=szymon.janc@tieto.com \
--cc=linux-bluetooth@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox