Linux bluetooth development
 help / color / mirror / Atom feed
* [PATCH v3 00/15] android: HF Client initial implementation part 1
@ 2014-09-15 11:51 Lukasz Rymanowski
  2014-09-15 11:51 ` [PATCH v3 01/15] android/handsfree-client: Add handsfree-client ID Lukasz Rymanowski
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: Lukasz Rymanowski @ 2014-09-15 11:51 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Lukasz Rymanowski

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

-- 
1.8.4


^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2014-09-18 14:37 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 ` [PATCH v3 00/15] android: HF Client initial implementation part 1 Szymon Janc

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox