All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC v0 00/13] Add handsfree audio card driver
@ 2013-03-08 23:11 Claudio Takahasi
  2013-03-08 23:11 ` [RFC v0 01/13] handsfree-audio: Add " Claudio Takahasi
                   ` (13 more replies)
  0 siblings, 14 replies; 43+ messages in thread
From: Claudio Takahasi @ 2013-03-08 23:11 UTC (permalink / raw)
  To: ofono

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

This patch series adds an abstraction to allow HFP 1.5 and HFP 1.6
to use the same infra-structure. It avoids adding the slc.h and
gatchat.h dependency to the core (src/handsfree-audio.c)

Remaining patches (HFP 1.6 and service level negotiation):
git://git.infradead.org/users/cktakahasi/ofono.git external-hfp16

Claudio Takahasi (13):
  handsfree-audio: Add card driver
  hfp_hf_bluez5: Register handsfree audio driver
  hfp_hf_bluez5: Add extracting version
  handsfree-audio: Add version to card driver
  hfp_hf_bluez5: Pass version to card registration
  hfp_hf_bluez5: Add version to HFP 1.5 card driver
  core: Add bt_str2ba() to bluetooth.h
  hfp_hf_bluez5: Add HFP 1.5 card connect callback
  handsfree-audio: Add calling connect callback
  handsfree-audio: Add connect GIOChannel watch
  handsfree-audio: Add sending SCO fd
  handsfree-audio: Return an error on Card Connect
  handsfree-audio: Check agent before sending fd

 include/handsfree-audio.h |  15 ++++++-
 plugins/hfp_hf_bluez5.c   |  98 +++++++++++++++++++++++++++++++++++++++++-
 src/bluetooth.h           |   8 ++++
 src/handsfree-audio.c     | 107 +++++++++++++++++++++++++++++++++++++++++++++-
 4 files changed, 224 insertions(+), 4 deletions(-)

-- 
1.7.11.7


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

end of thread, other threads:[~2013-03-18 19:00 UTC | newest]

Thread overview: 43+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-08 23:11 [RFC v0 00/13] Add handsfree audio card driver Claudio Takahasi
2013-03-08 23:11 ` [RFC v0 01/13] handsfree-audio: Add " Claudio Takahasi
2013-03-08 23:11 ` [RFC v0 02/13] hfp_hf_bluez5: Register handsfree audio driver Claudio Takahasi
2013-03-11 14:30   ` Claudio Takahasi
2013-03-08 23:11 ` [RFC v0 03/13] hfp_hf_bluez5: Add extracting version Claudio Takahasi
2013-03-08 23:11 ` [RFC v0 04/13] handsfree-audio: Add version to card driver Claudio Takahasi
2013-03-08 23:11 ` [RFC v0 05/13] hfp_hf_bluez5: Pass version to card registration Claudio Takahasi
2013-03-08 23:11 ` [RFC v0 06/13] hfp_hf_bluez5: Add version to HFP 1.5 card driver Claudio Takahasi
2013-03-08 23:11 ` [RFC v0 07/13] core: Add bt_str2ba() to bluetooth.h Claudio Takahasi
2013-03-08 23:11 ` [RFC v0 08/13] hfp_hf_bluez5: Add HFP 1.5 card connect callback Claudio Takahasi
2013-03-08 23:11 ` [RFC v0 09/13] handsfree-audio: Add calling " Claudio Takahasi
2013-03-08 23:11 ` [RFC v0 10/13] handsfree-audio: Add connect GIOChannel watch Claudio Takahasi
2013-03-08 23:11 ` [RFC v0 11/13] handsfree-audio: Add sending SCO fd Claudio Takahasi
2013-03-11 14:55   ` Johan Hedberg
2013-03-11 16:36     ` Claudio Takahasi
2013-03-08 23:11 ` [RFC v0 12/13] handsfree-audio: Return an error on Card Connect Claudio Takahasi
2013-03-08 23:11 ` [RFC v0 13/13] handsfree-audio: Check agent before sending fd Claudio Takahasi
2013-03-12 12:41 ` [PATCH v0 00/15] Add handsfree audio card driver Claudio Takahasi
2013-03-12 12:41   ` [PATCH v0 01/15] handsfree-audio: Add " Claudio Takahasi
2013-03-13 16:53     ` Frederic Danis
2013-03-13 17:46       ` Denis Kenzior
2013-03-14  9:59         ` Frederic Danis
2013-03-18 18:58     ` Denis Kenzior
2013-03-12 12:42   ` [PATCH v0 02/15] hfp_hf_bluez5: Register handsfree audio driver Claudio Takahasi
2013-03-18 18:59     ` Denis Kenzior
2013-03-12 12:42   ` [PATCH v0 03/15] hfp_hf_bluez5: Add extracting version Claudio Takahasi
2013-03-18 18:55     ` Denis Kenzior
2013-03-12 12:42   ` [PATCH v0 04/15] handsfree-audio: Add version to card driver Claudio Takahasi
2013-03-18 18:59     ` Denis Kenzior
2013-03-12 12:42   ` [PATCH v0 05/15] hfp_hf_bluez5: Pass version to card registration Claudio Takahasi
2013-03-12 12:42   ` [PATCH v0 06/15] hfp_hf_bluez5: Add version to HFP 1.5 card driver Claudio Takahasi
2013-03-12 12:42   ` [PATCH v0 07/15] core: Add bt_str2ba() to bluetooth.h Claudio Takahasi
2013-03-18 19:00     ` Denis Kenzior
2013-03-12 12:42   ` [PATCH v0 08/15] hfp_hf_bluez5: Add HFP 1.5 connect implementation Claudio Takahasi
2013-03-12 12:42   ` [PATCH v0 09/15] handsfree-audio: Add calling connect callback Claudio Takahasi
2013-03-12 12:42   ` [PATCH v0 10/15] handsfree-audio: Add connect GIOChannel watch Claudio Takahasi
2013-03-12 12:42   ` [PATCH v0 11/15] handsfree-audio: Add sending SCO fd Claudio Takahasi
2013-03-12 12:42   ` [PATCH v0 12/15] handsfree-audio: Return NotAvailable on "Connect" Claudio Takahasi
2013-03-12 12:42   ` [PATCH v0 13/15] handsfree-audio: Return InProgress on Connect Claudio Takahasi
2013-03-12 15:26     ` Frederic Danis
2013-03-12 17:26       ` Claudio Takahasi
2013-03-12 12:42   ` [PATCH v0 14/15] handsfree-audio: Check agent before sending fd Claudio Takahasi
2013-03-12 12:42   ` [PATCH v0 15/15] doc: Add Handsfree Audio Card "Connect" errors Claudio Takahasi

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.