Open Source Telephony
 help / color / mirror / Atom feed
* [PATCH v0 00/11] Initial support for Handsfree Audio Manager
@ 2013-02-19 20:44 Claudio Takahasi
  2013-02-19 20:44 ` [PATCH v0 01/11] hfp_audio: Adds initial plugin files Claudio Takahasi
                   ` (11 more replies)
  0 siblings, 12 replies; 28+ messages in thread
From: Claudio Takahasi @ 2013-02-19 20:44 UTC (permalink / raw)
  To: ofono

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

The following patches implement the initial functionality of the experimental
Handsfree Audio Manager interface defined in doc/handsfree-audio-api.txt

This series add the Register and Unregister methods. A new plugin "hfp_audio"
is being added allowing to share the functions between AG and HF.


Claudio Takahasi (9):
  hfp_audio: Adds initial plugin files
  ofono: Add option for experimental interfaces
  dbus: Move oFono error define to dbus.h
  hfp_audio: Add initial manager methods declaration
  hfp_audio: Add "Register" agent arguments parsing
  hfp_audio: Free agents when exiting
  hfp_audio: Call Agent "Release" when exiting
  hfp_audio: Add Agent "Unregister"
  hfp_audio: Add Agent tracking

Vinicius Costa Gomes (2):
  hfp_audio: Add codec array validation
  hfp_audio: Add repeated Agent registration verification

 Makefile.am         |   3 +
 include/dbus.h      |   1 +
 plugins/hfp_audio.c | 229 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 src/dbus.c          |   2 -
 src/main.c          |   9 +++
 5 files changed, 242 insertions(+), 2 deletions(-)
 create mode 100644 plugins/hfp_audio.c

-- 
1.7.11.7


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

end of thread, other threads:[~2013-02-21  3:29 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-19 20:44 [PATCH v0 00/11] Initial support for Handsfree Audio Manager Claudio Takahasi
2013-02-19 20:44 ` [PATCH v0 01/11] hfp_audio: Adds initial plugin files Claudio Takahasi
2013-02-19 20:44 ` [PATCH v0 02/11] ofono: Add option for experimental interfaces Claudio Takahasi
2013-02-20  0:20   ` Denis Kenzior
2013-02-20 14:52     ` Claudio Takahasi
2013-02-19 20:44 ` [PATCH v0 03/11] dbus: Move oFono error define to dbus.h Claudio Takahasi
2013-02-19 20:44 ` [PATCH v0 04/11] hfp_audio: Add initial manager methods declaration Claudio Takahasi
2013-02-20  0:44   ` Denis Kenzior
2013-02-20 14:55     ` Claudio Takahasi
2013-02-19 20:44 ` [PATCH v0 05/11] hfp_audio: Add "Register" agent arguments parsing Claudio Takahasi
2013-02-19 20:44 ` [PATCH v0 06/11] hfp_audio: Add codec array validation Claudio Takahasi
2013-02-19 20:44 ` [PATCH v0 07/11] hfp_audio: Add repeated Agent registration verification Claudio Takahasi
2013-02-20  0:39   ` Denis Kenzior
2013-02-20 14:53     ` Claudio Takahasi
2013-02-19 20:44 ` [PATCH v0 08/11] hfp_audio: Free agents when exiting Claudio Takahasi
2013-02-19 20:44 ` [PATCH v0 09/11] hfp_audio: Call Agent "Release" " Claudio Takahasi
2013-02-19 20:44 ` [PATCH v0 10/11] hfp_audio: Add Agent "Unregister" Claudio Takahasi
2013-02-19 20:44 ` [PATCH v0 11/11] hfp_audio: Add Agent tracking Claudio Takahasi
2013-02-20 21:55 ` [PATCH v1 0/7] Initial support for Handsfree Audio Manager Claudio Takahasi
2013-02-20 21:55   ` [PATCH v1 1/7] handsfree-audio: Add Manager registration Claudio Takahasi
2013-02-20 21:55   ` [PATCH v1 2/7] handsfree-audio: Add Agent "Register" method Claudio Takahasi
2013-02-20 21:55   ` [PATCH v1 3/7] handsfree-audio: Add codec array validation Claudio Takahasi
2013-02-20 21:55   ` [PATCH v1 4/7] handsfree-audio: Free agent when exiting Claudio Takahasi
2013-02-20 21:55   ` [PATCH v1 5/7] handsfree-audio: Call Agent "Release" " Claudio Takahasi
2013-02-21  3:29     ` Denis Kenzior
2013-02-20 21:55   ` [PATCH v1 6/7] handsfree-audio: Add Agent "Unregister" Claudio Takahasi
2013-02-20 21:55   ` [PATCH v1 7/7] handsfree-audio: Add Agent tracking Claudio Takahasi
2013-02-21  3:29   ` [PATCH v1 0/7] Initial support for Handsfree Audio Manager Denis Kenzior

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