Linux bluetooth development
 help / color / mirror / Atom feed
* [PATCH 00/13] Initial code for handsfree support
@ 2014-02-02 21:09 Szymon Janc
  2014-02-02 21:09 ` [PATCH 01/13] android/handsfree: Add initial files Szymon Janc
                   ` (13 more replies)
  0 siblings, 14 replies; 17+ messages in thread
From: Szymon Janc @ 2014-02-02 21:09 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Szymon Janc

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

-- 
1.8.5.3


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

end of thread, other threads:[~2014-02-05  9:10 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 ` [PATCH 00/13] Initial code for handsfree support Szymon Janc

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