All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 00/19] Bluetooth HFP-specific extensions
@ 2011-10-12 12:35 Mikel Astiz
  2011-10-12 12:35 ` [PATCH v2 01/19] handsfree: Copyright statement correction Mikel Astiz
                   ` (18 more replies)
  0 siblings, 19 replies; 32+ messages in thread
From: Mikel Astiz @ 2011-10-12 12:35 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 1455 bytes --]

This patch series is a revision of the HFP extensions proposed before,
including some other minor extensions.

Mikel Astiz (19):
  handsfree: Copyright statement correction
  handsfree: Copyright statement correction
  hfpmodem: Copyright statement correction
  doc: Add initial Handsfree API documentation
  hfpmodem: Set initial state for inband ringing
  hfpmodem: Support for +BSIR unsol. result codes
  doc: Handsfree API support for +BINP=1
  handsfree: Expose RequestPhoneNumber in D-Bus API
  hfpmodem: Support of number requests (AT+BINP=1)
  handsfree: Removed ASYNC flag from GetProperties
  doc: Voice recognition function added in Handsfree
  include: Voice recognition in handsfree public api
  handsfree: Implement voice recognition function
  hfpmodem: Support for AT+BVRA
  doc: Handsfree exposes supported AG features
  include: AG features added to handsfree public api
  handsfree: Supported AG features exposed in D-Bus
  hfpmodem: Report features supported by AG
  hfp_hf: Switched to permissive AT syntax parser

 doc/handsfree-api.txt        |   65 +++++++++++++
 drivers/hfpmodem/handsfree.c |  133 +++++++++++++++++++++++++++
 include/handsfree.h          |   10 ++
 plugins/hfp_hf.c             |    2 +-
 src/handsfree.c              |  205 +++++++++++++++++++++++++++++++++++++++++-
 5 files changed, 412 insertions(+), 3 deletions(-)
 create mode 100644 doc/handsfree-api.txt

-- 
1.7.6.4


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

end of thread, other threads:[~2011-10-14  8:51 UTC | newest]

Thread overview: 32+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-12 12:35 [PATCH v2 00/19] Bluetooth HFP-specific extensions Mikel Astiz
2011-10-12 12:35 ` [PATCH v2 01/19] handsfree: Copyright statement correction Mikel Astiz
2011-10-13 18:07   ` Denis Kenzior
2011-10-12 12:35 ` [PATCH v2 02/19] " Mikel Astiz
2011-10-13 18:07   ` Denis Kenzior
2011-10-12 12:35 ` [PATCH v2 03/19] hfpmodem: " Mikel Astiz
2011-10-13 18:07   ` Denis Kenzior
2011-10-12 12:35 ` [PATCH v2 04/19] doc: Add initial Handsfree API documentation Mikel Astiz
2011-10-13 18:08   ` Denis Kenzior
2011-10-12 12:35 ` [PATCH v2 05/19] hfpmodem: Set initial state for inband ringing Mikel Astiz
2011-10-13 18:09   ` Denis Kenzior
2011-10-12 12:35 ` [PATCH v2 06/19] hfpmodem: Support for +BSIR unsol. result codes Mikel Astiz
2011-10-13 18:14   ` Denis Kenzior
2011-10-14  8:51     ` Mikel Astiz
2011-10-12 12:35 ` [PATCH v2 07/19] doc: Handsfree API support for +BINP=1 Mikel Astiz
2011-10-13 18:35   ` Denis Kenzior
2011-10-12 12:35 ` [PATCH v2 08/19] handsfree: Expose RequestPhoneNumber in D-Bus API Mikel Astiz
2011-10-13 18:35   ` Denis Kenzior
2011-10-12 12:35 ` [PATCH v2 09/19] hfpmodem: Support of number requests (AT+BINP=1) Mikel Astiz
2011-10-13 18:49   ` Denis Kenzior
2011-10-12 12:35 ` [PATCH v2 10/19] handsfree: Removed ASYNC flag from GetProperties Mikel Astiz
2011-10-13 18:50   ` Denis Kenzior
2011-10-12 12:35 ` [PATCH v2 11/19] doc: Voice recognition function added in Handsfree Mikel Astiz
2011-10-12 12:35 ` [PATCH v2 12/19] include: Voice recognition in handsfree public api Mikel Astiz
2011-10-12 12:35 ` [PATCH v2 13/19] handsfree: Implement voice recognition function Mikel Astiz
2011-10-12 12:35 ` [PATCH v2 14/19] hfpmodem: Support for AT+BVRA Mikel Astiz
2011-10-12 12:35 ` [PATCH v2 15/19] doc: Handsfree exposes supported AG features Mikel Astiz
2011-10-12 12:35 ` [PATCH v2 16/19] include: AG features added to handsfree public api Mikel Astiz
2011-10-12 12:35 ` [PATCH v2 17/19] handsfree: Supported AG features exposed in D-Bus Mikel Astiz
2011-10-12 12:35 ` [PATCH v2 18/19] hfpmodem: Report features supported by AG Mikel Astiz
2011-10-12 12:35 ` [PATCH v2 19/19] hfp_hf: Switched to permissive AT syntax parser Mikel Astiz
2011-10-13 18:52   ` Denis Kenzior

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.