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

Following patches adds HF Client commands skeleton

v2:
* Szymon comment from IRC handled
* Splited patch set to smaller sets on Luiz request.

Lukasz Rymanowski (16):
  android/hf-client: Add hf-client ID
  android/hardware: Add HFP Client Interface ID.
  android/hf-client: Add hf-client daemon skeleton
  android/hf-client: Add hf-client HAL skeleton
  android/hf-client: Add hf-client to Android build
  android/readme: Add information about hf-client
  android/hf-client: Add Connect/Disconnect commands
  android/hf-client: Add Audio Connect/Disconnect commands
  android/hf-client: Add Start/Stop Voice Recognition command
  android/hf-client: Add Volume Control command
  android/hf-client: Add Dial and Dial Memory command
  android/hf-client: Add Call Action command
  android/hf-client: Add Query Current Call and Operator Name command
  android/hf-client: Add Retrieve Subscriber Info command
  android/hf-client: Add Send DTMF command
  android/hf-client: Add Get Last Voice Tag Number command

 android/Android.mk           |   4 +
 android/Makefile.am          |   3 +
 android/README               |  10 ++
 android/hal-bluetooth.c      |   3 +
 android/hal-hf-client.c      | 353 +++++++++++++++++++++++++++++++++++++++++++
 android/hal-msg.h            |  78 +++++++++-
 android/hal.h                |   2 +
 android/hardware/bluetooth.h |   1 +
 android/hf-client.c          | 222 +++++++++++++++++++++++++++
 android/hf-client.h          |  25 +++
 android/main.c               |   9 ++
 11 files changed, 709 insertions(+), 1 deletion(-)
 create mode 100644 android/hal-hf-client.c
 create mode 100644 android/hf-client.c
 create mode 100644 android/hf-client.h

-- 
1.8.4


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

end of thread, other threads:[~2014-09-11 11:48 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-10 11:33 [PATCH v2 00/16] android: HF Client initial implementation part 1 Lukasz Rymanowski
2014-09-10 11:33 ` [PATCH v2 01/16] android/hf-client: Add hf-client ID Lukasz Rymanowski
2014-09-11 11:43   ` Szymon Janc
2014-09-10 11:34 ` [PATCH v2 02/16] android/hardware: Add HFP Client Interface ID Lukasz Rymanowski
2014-09-10 11:34 ` [PATCH v2 03/16] android/hf-client: Add hf-client daemon skeleton Lukasz Rymanowski
2014-09-11 11:45   ` Szymon Janc
2014-09-10 11:34 ` [PATCH v2 04/16] android/hf-client: Add hf-client HAL skeleton Lukasz Rymanowski
2014-09-11 11:48   ` Szymon Janc
2014-09-10 11:34 ` [PATCH v2 05/16] android/hf-client: Add hf-client to Android build Lukasz Rymanowski
2014-09-10 11:34 ` [PATCH v2 06/16] android/readme: Add information about hf-client Lukasz Rymanowski
2014-09-10 11:34 ` [PATCH v2 07/16] android/hf-client: Add Connect/Disconnect commands Lukasz Rymanowski
2014-09-10 11:34 ` [PATCH v2 08/16] android/hf-client: Add Audio " Lukasz Rymanowski
2014-09-10 11:34 ` [PATCH v2 09/16] android/hf-client: Add Start/Stop Voice Recognition command Lukasz Rymanowski
2014-09-10 11:34 ` [PATCH v2 10/16] android/hf-client: Add Volume Control command Lukasz Rymanowski
2014-09-10 11:34 ` [PATCH v2 11/16] android/hf-client: Add Dial and Dial Memory command Lukasz Rymanowski
2014-09-10 11:34 ` [PATCH v2 12/16] android/hf-client: Add Call Action command Lukasz Rymanowski
2014-09-10 11:34 ` [PATCH v2 13/16] android/hf-client: Add Query Current Call and Operator Name command Lukasz Rymanowski
2014-09-10 11:34 ` [PATCH v2 14/16] android/hf-client: Add Retrieve Subscriber Info command Lukasz Rymanowski
2014-09-10 11:34 ` [PATCH v2 15/16] android/hf-client: Add Send DTMF command Lukasz Rymanowski
2014-09-10 11:34 ` [PATCH v2 16/16] android/hf-client: Add Get Last Voice Tag Number command Lukasz Rymanowski

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