All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/12] Bluetooth HFP-specific extensions
@ 2011-09-15 16:34 Mikel Astiz
  2011-09-15 16:34 ` [PATCH 01/12] TODO: Task added for HFP-specific capabilities Mikel Astiz
                   ` (12 more replies)
  0 siblings, 13 replies; 27+ messages in thread
From: Mikel Astiz @ 2011-09-15 16:34 UTC (permalink / raw)
  To: ofono

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

Hi,

Here you have my first proposals to add a new atom to support HFP-specific
capabilities, and the corresponding implementation in hfpmodem. Only some of
these extensions have been included in this series. Hope this fits the ideas
discussed in the mailing list.

Looking forward to your review,

Mikel

Mikel Astiz (12):
  TODO: Task added for HFP-specific capabilities
  Add handsfree atom for HFP-specific capabilities
  hfpmodem: Driver implements handsfree atom
  hfp_hf: Plugin creates handsfree atom
  handsfree: Atom supports inband ringing status
  hfpmodem: Support for +BSIR unsol. result codes
  handsfree: Support for number requests (AT+BINP=1)
  handsfree: Expose RequestInput in D-Bus API
  hfpmodem: Support of number requests (AT+BINP=1)
  handsfree: Read-only voice-recognition D-Bus prop
  handsfree: Writable voice-recogn. prop (AT+BVRA)
  hfpmodem: Support for AT+BVRA

 Makefile.am                  |    9 +-
 TODO                         |   11 ++
 drivers/hfpmodem/handsfree.c |  223 ++++++++++++++++++++++++
 drivers/hfpmodem/hfpmodem.c  |    2 +
 drivers/hfpmodem/hfpmodem.h  |    3 +
 include/dbus.h               |    1 +
 include/handsfree.h          |   74 ++++++++
 plugins/hfp_hf.c             |    2 +
 src/handsfree.c              |  385 ++++++++++++++++++++++++++++++++++++++++++
 src/ofono.h                  |    1 +
 10 files changed, 708 insertions(+), 3 deletions(-)
 create mode 100644 drivers/hfpmodem/handsfree.c
 create mode 100644 include/handsfree.h
 create mode 100644 src/handsfree.c

-- 
1.7.6


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

end of thread, other threads:[~2011-09-23  8:57 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-15 16:34 [PATCH 00/12] Bluetooth HFP-specific extensions Mikel Astiz
2011-09-15 16:34 ` [PATCH 01/12] TODO: Task added for HFP-specific capabilities Mikel Astiz
2011-09-09  5:10   ` Denis Kenzior
2011-09-15 16:34 ` [PATCH 02/12] Add handsfree atom " Mikel Astiz
2011-09-09  5:13   ` Denis Kenzior
2011-09-16 15:56   ` Daniel Wagner
2011-09-09  5:14     ` Denis Kenzior
2011-09-15 16:34 ` [PATCH 03/12] hfpmodem: Driver implements handsfree atom Mikel Astiz
2011-09-09  6:14   ` Denis Kenzior
2011-09-15 16:34 ` [PATCH 04/12] hfp_hf: Plugin creates " Mikel Astiz
2011-09-09  6:16   ` Denis Kenzior
2011-09-15 16:34 ` [PATCH 05/12] handsfree: Atom supports inband ringing status Mikel Astiz
2011-09-09  6:15   ` Denis Kenzior
2011-09-15 16:34 ` [PATCH 06/12] hfpmodem: Support for +BSIR unsol. result codes Mikel Astiz
2011-09-09  5:48   ` Denis Kenzior
2011-09-15 16:34 ` [PATCH 07/12] handsfree: Support for number requests (AT+BINP=1) Mikel Astiz
2011-09-09  6:16   ` Denis Kenzior
2011-09-15 16:34 ` [PATCH 08/12] handsfree: Expose RequestInput in D-Bus API Mikel Astiz
2011-09-09  6:01   ` Denis Kenzior
2011-09-15 16:34 ` [PATCH 09/12] hfpmodem: Support of number requests (AT+BINP=1) Mikel Astiz
2011-09-09  6:04   ` Denis Kenzior
2011-09-15 16:34 ` [PATCH 10/12] handsfree: Read-only voice-recognition D-Bus prop Mikel Astiz
2011-09-09  6:13   ` Denis Kenzior
2011-09-15 16:34 ` [PATCH 11/12] handsfree: Writable voice-recogn. prop (AT+BVRA) Mikel Astiz
2011-09-15 16:34 ` [PATCH 12/12] hfpmodem: Support for AT+BVRA Mikel Astiz
2011-09-09  6:17   ` Denis Kenzior
2011-09-23  8:57 ` [PATCH 00/12] Bluetooth HFP-specific extensions =?unknown-8bit?q?R=C3=A9mi?= Denis-Courmont

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.