Linux bluetooth development
 help / color / mirror / Atom feed
From: Szymon Janc <szymon.janc@tieto.com>
To: Lukasz Rymanowski <lukasz.rymanowski@tieto.com>
Cc: linux-bluetooth@vger.kernel.org
Subject: Re: [PATCH v3 00/15] android: HF Client initial implementation part 1
Date: Thu, 18 Sep 2014 16:37:50 +0200	[thread overview]
Message-ID: <1738160.FZyZlhg9qk@leonov> (raw)
In-Reply-To: <1410781888-1952-1-git-send-email-lukasz.rymanowski@tieto.com>

Hi Łukasz,

On Monday 15 of September 2014 13:51:13 Lukasz Rymanowski wrote:
> Following patches adds HF Client commands skeleton
> 
> v2:
> * Szymon comment from IRC handled
> * Splited patch set to smaller sets on Luiz request.
> 
> v3:
> * Changed name to handsfree-client
> * Fix compilation issues with BLUEZ_EXTENSIONS flag
> 
> Lukasz Rymanowski (15):
>   android/handsfree-client: Add handsfree-client ID
>   android/hardware: Add HFP Client Interface ID.
>   android/handsfree-client: Add handsfree-client daemon skeleton
>   android/handsfree-client: Add handsfree-client HAL skeleton
>   android/readme: Add information about handsfree-client
>   android/handsfree-client: Add Connect/Disconnect commands
>   android/handsfree-client: Add Audio Connect/Disconnect commands
>   android/handsfree-client: Add Start/Stop Voice Recognition command
>   android/handsfree-client: Add Volume Control command
>   android/handsfree-client: Add Dial and Dial Memory command
>   android/handsfree-client: Add Call Action command
>   android/handsfree-client: Add Query Current Call and Operator Name cmd
>   android/handsfree-client: Add Retrieve Subscriber Info command
>   android/handsfree-client: Add Send DTMF command
>   android/handsfree-client: Add Get Last Voice Tag Number command
> 
>  android/Android.mk             |   9 ++
>  android/Makefile.am            |   5 +-
>  android/README                 |  10 ++
>  android/hal-bluetooth.c        |   5 +
>  android/hal-handsfree-client.c | 356
> +++++++++++++++++++++++++++++++++++++++++ android/hal-msg.h              | 
> 78 ++++++++-
>  android/hal.h                  |   8 +
>  android/handsfree-client.c     | 218 +++++++++++++++++++++++++
>  android/handsfree-client.h     |  25 +++
>  android/hardware/bluetooth.h   |   1 +
>  android/main.c                 |  11 ++
>  11 files changed, 724 insertions(+), 2 deletions(-)
>  create mode 100644 android/hal-handsfree-client.c
>  create mode 100644 android/handsfree-client.c
>  create mode 100644 android/handsfree-client.h

All patches are now applied, thanks.

-- 
BR
Szymon Janc

      parent reply	other threads:[~2014-09-18 14:37 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-15 11:51 [PATCH v3 00/15] android: HF Client initial implementation part 1 Lukasz Rymanowski
2014-09-15 11:51 ` [PATCH v3 01/15] android/handsfree-client: Add handsfree-client ID Lukasz Rymanowski
2014-09-15 11:51 ` [PATCH v3 02/15] android/hardware: Add HFP Client Interface ID Lukasz Rymanowski
2014-09-15 11:51 ` [PATCH v3 03/15] android/handsfree-client: Add handsfree-client daemon skeleton Lukasz Rymanowski
2014-09-15 11:51 ` [PATCH v3 04/15] android/handsfree-client: Add handsfree-client HAL skeleton Lukasz Rymanowski
2014-09-15 11:51 ` [PATCH v3 05/15] android/readme: Add information about handsfree-client Lukasz Rymanowski
2014-09-15 11:51 ` [PATCH v3 06/15] android/handsfree-client: Add Connect/Disconnect commands Lukasz Rymanowski
2014-09-15 11:51 ` [PATCH v3 07/15] android/handsfree-client: Add Audio " Lukasz Rymanowski
2014-09-15 11:51 ` [PATCH v3 08/15] android/handsfree-client: Add Start/Stop Voice Recognition command Lukasz Rymanowski
2014-09-15 11:51 ` [PATCH v3 09/15] android/handsfree-client: Add Volume Control command Lukasz Rymanowski
2014-09-15 11:51 ` [PATCH v3 10/15] android/handsfree-client: Add Dial and Dial Memory command Lukasz Rymanowski
2014-09-15 11:51 ` [PATCH v3 11/15] android/handsfree-client: Add Call Action command Lukasz Rymanowski
2014-09-15 11:51 ` [PATCH v3 12/15] android/handsfree-client: Add Query Current Call and Operator Name cmd Lukasz Rymanowski
2014-09-15 11:51 ` [PATCH v3 13/15] android/handsfree-client: Add Retrieve Subscriber Info command Lukasz Rymanowski
2014-09-15 11:51 ` [PATCH v3 14/15] android/handsfree-client: Add Send DTMF command Lukasz Rymanowski
2014-09-15 11:51 ` [PATCH v3 15/15] android/handsfree-client: Add Get Last Voice Tag Number command Lukasz Rymanowski
2014-09-18 14:37 ` 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=1738160.FZyZlhg9qk@leonov \
    --to=szymon.janc@tieto.com \
    --cc=linux-bluetooth@vger.kernel.org \
    --cc=lukasz.rymanowski@tieto.com \
    /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