All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/20] More Android Handsfree work
@ 2014-03-08  0:19 Szymon Janc
  2014-03-08  0:19 ` [PATCH 01/20] android/handsfree: Add AG and HF features masks Szymon Janc
                   ` (20 more replies)
  0 siblings, 21 replies; 25+ messages in thread
From: Szymon Janc @ 2014-03-08  0:19 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Szymon Janc

Hi,

This patchset adds support for basic handsfree functionality.

What is done:
 - indicators (without callheld)
 - placing, accepting, cancelling calls etc.
 - vendor (unknown) AT command handling
 - extended error codes
 - DTMF codes
 - query current calls
 - voice recognition on/off
 - disabling echo cancellation
 - subscriber and operator identification

Missing features:
 - proper three way calling support (AT+CHLD is supported but callheld
   and CCWA are missing).
 - WBS and codec negotiation
 - audio

-- 
BR
Szymon Janc

Szymon Janc (20):
  android/handsfree: Add AG and HF features masks
  android/handsfree: Add stubs for all AT commands defines by spec
  android/handsfree: Add support for unknown AT commands
  android/handsfree: Add support for voice recognition function
  android/handsfree: Add support for AT+NREC command
  android/handsfree: Add support for AT+CLCC command
  android/handsfree: Add support for AT+CHLD command
  android/handsfree: Add support for AT+CMEE command
  android/handsfree: Add support for AT+CKPD command
  android/handsfree: Add support fot AT+CNUM command
  android/handsfree: Add support for AT+VTS command
  android/handsfree: Add support for ATA command
  android/handsfree: Fix checking AT+COPS parameters
  android/handsfree: Add support for ATD command
  android/handsfree: Add support for AT+BLDN command
  android/handsfree: Add support for AT+CHUP command
  android/hal-handsfree: Fix handling of dial notification
  android/handsfree: Add support for phone state change command
  android/handsfree: Add support for AT+CLIP command
  android/handsfree: Add comment for AT+VGS/AT+VGM result code

 android/hal-handsfree.c |   7 +-
 android/hal-msg.h       |   5 +-
 android/handsfree.c     | 889 ++++++++++++++++++++++++++++++++++++++++++++----
 3 files changed, 838 insertions(+), 63 deletions(-)

-- 
1.8.5.3


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

end of thread, other threads:[~2014-03-10 11:50 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-08  0:19 [PATCH 00/20] More Android Handsfree work Szymon Janc
2014-03-08  0:19 ` [PATCH 01/20] android/handsfree: Add AG and HF features masks Szymon Janc
2014-03-08  0:19 ` [PATCH 02/20] android/handsfree: Add stubs for all AT commands defines by spec Szymon Janc
2014-03-08  3:39   ` Marcel Holtmann
2014-03-08  0:19 ` [PATCH 03/20] android/handsfree: Add support for unknown AT commands Szymon Janc
2014-03-08  3:37   ` Marcel Holtmann
2014-03-08 12:29     ` Szymon Janc
2014-03-08  0:19 ` [PATCH 04/20] android/handsfree: Add support for voice recognition function Szymon Janc
2014-03-08  0:19 ` [PATCH 05/20] android/handsfree: Add support for AT+NREC command Szymon Janc
2014-03-08  0:19 ` [PATCH 06/20] android/handsfree: Add support for AT+CLCC command Szymon Janc
2014-03-08  0:19 ` [PATCH 07/20] android/handsfree: Add support for AT+CHLD command Szymon Janc
2014-03-08  0:19 ` [PATCH 08/20] android/handsfree: Add support for AT+CMEE command Szymon Janc
2014-03-08  0:19 ` [PATCH 09/20] android/handsfree: Add support for AT+CKPD command Szymon Janc
2014-03-08  0:19 ` [PATCH 10/20] android/handsfree: Add support fot AT+CNUM command Szymon Janc
2014-03-08  0:19 ` [PATCH 11/20] android/handsfree: Add support for AT+VTS command Szymon Janc
2014-03-08  0:19 ` [PATCH 12/20] android/handsfree: Add support for ATA command Szymon Janc
2014-03-08  0:19 ` [PATCH 13/20] android/handsfree: Fix checking AT+COPS parameters Szymon Janc
2014-03-08  0:19 ` [PATCH 14/20] android/handsfree: Add support for ATD command Szymon Janc
2014-03-08  0:19 ` [PATCH 15/20] android/handsfree: Add support for AT+BLDN command Szymon Janc
2014-03-08  0:20 ` [PATCH 16/20] android/handsfree: Add support for AT+CHUP command Szymon Janc
2014-03-08  0:20 ` [PATCH 17/20] android/hal-handsfree: Fix handling of dial notification Szymon Janc
2014-03-08  0:20 ` [PATCH 18/20] android/handsfree: Add support for phone state change command Szymon Janc
2014-03-08  0:20 ` [PATCH 19/20] android/handsfree: Add support for AT+CLIP command Szymon Janc
2014-03-08  0:20 ` [PATCH 20/20] android/handsfree: Add comment for AT+VGS/AT+VGM result code Szymon Janc
2014-03-10 11:50 ` [PATCH 00/20] More Android Handsfree work Szymon Janc

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.