All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 00/12] Add HandsfreeAudioCard to emulator
@ 2013-04-25 19:09 Paulo Borges
  2013-04-25 19:09 ` [PATCH v2 01/12] include: Add ofono_emulator_create_card() Paulo Borges
                   ` (11 more replies)
  0 siblings, 12 replies; 15+ messages in thread
From: Paulo Borges @ 2013-04-25 19:09 UTC (permalink / raw)
  To: ofono

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

This patch series starts to implement HandsfreeAudioCard logic to Audio
Gateway role from HFP version 1.6 profile.

Changelog v2:

* Extract fd from emulator's GAtServer
* Add card driver for HFP 1.6 AG
* Send HFP version to card creation

Paulo Borges (12):
  include: Add ofono_emulator_create_card()
  emulator: Implement ofono_emulator_create_card()
  hfp_ag_bluez5: Create card when connect
  emulator: Register card when establish SLC
  emulator: Set local and remote address of card
  include: Add emulator init and cleanup functions
  emulator: Implement init and cleanup functions
  main: Call emulator init and cleanup functions
  emulator: Add HFP 1.6 AG card driver
  emulator: Set card driver
  hfp_ag_bluez5: Send HFP version to card creation
  hfp_ag_bluez5: Register HFP AG version 1.6

 include/emulator.h      |    2 +
 plugins/hfp_ag_bluez5.c |   55 ++++++++++++++++++++++-
 src/emulator.c          |  111 +++++++++++++++++++++++++++++++++++++++++++++++
 src/main.c              |    4 ++
 src/ofono.h             |    3 ++
 5 files changed, 174 insertions(+), 1 deletion(-)

-- 
1.7.9.5


^ permalink raw reply	[flat|nested] 15+ messages in thread
[parent not found: <517A756D.2060305@gmail.com>]

end of thread, other threads:[~2013-04-26 19:20 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-25 19:09 [PATCH v2 00/12] Add HandsfreeAudioCard to emulator Paulo Borges
2013-04-25 19:09 ` [PATCH v2 01/12] include: Add ofono_emulator_create_card() Paulo Borges
2013-04-25 19:09 ` [PATCH v2 02/12] emulator: Implement ofono_emulator_create_card() Paulo Borges
2013-04-25 19:09 ` [PATCH v2 03/12] hfp_ag_bluez5: Create card when connect Paulo Borges
2013-04-25 19:09 ` [PATCH v2 04/12] emulator: Register card when establish SLC Paulo Borges
2013-04-25 19:09 ` [PATCH v2 05/12] emulator: Set local and remote address of card Paulo Borges
2013-04-25 19:09 ` [PATCH v2 06/12] include: Add emulator init and cleanup functions Paulo Borges
2013-04-25 19:09 ` [PATCH v2 07/12] emulator: Implement " Paulo Borges
2013-04-25 19:09 ` [PATCH v2 08/12] main: Call emulator " Paulo Borges
2013-04-25 19:09 ` [PATCH v2 09/12] emulator: Add HFP 1.6 AG card driver Paulo Borges
2013-04-25 17:58   ` Denis Kenzior
2013-04-25 19:09 ` [PATCH v2 10/12] emulator: Set " Paulo Borges
2013-04-25 19:09 ` [PATCH v2 11/12] hfp_ag_bluez5: Send HFP version to card creation Paulo Borges
2013-04-25 19:09 ` [PATCH v2 12/12] hfp_ag_bluez5: Register HFP AG version 1.6 Paulo Borges
     [not found] <517A756D.2060305@gmail.com>
2013-04-26 19:20 ` [PATCH v2 09/12] emulator: Add HFP 1.6 AG card driver Paulo Borges

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.