All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] Clear the ground for AG implementation
@ 2013-04-10 19:24 Paulo Borges
  2013-04-10 19:24 ` [PATCH 1/6] include: Add ofono_emulator_set_removed_cb() Paulo Borges
                   ` (6 more replies)
  0 siblings, 7 replies; 19+ messages in thread
From: Paulo Borges @ 2013-04-10 19:24 UTC (permalink / raw)
  To: ofono

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

This patch series clear the ground for AG card implementation.

[PATCH 1/6] and [PATCH 2/6]
Implements a mechanism to notify when a emulator is removed and freed.
This mechanism will be required in [PATCH 6/6].

[PATCH 3/6]
HFP 1.6 adds a new feature Codec Negotiation. This commit changes HF
feature check interval.

[PATCH 4/6], [PATCH 5/6] and [PATCH 6/6]
Stores and removes emulators from a hash. This hash is important to
recover the correct emulator and remove it in RequestDisconnection().

Paulo Borges (6):
  include: Add ofono_emulator_set_removed_cb()
  emulator: Add removed notification mechanism
  emulator: Change feature check to attend HFP 1.6
  hfp_ag_bluez5: Create a hash to store emulators
  hfp_ag_bluez5: Store emulator when connect
  hfp_ag_bluez5: Remove emulator when disconnect

 include/emulator.h      |    5 ++++
 plugins/hfp_ag_bluez5.c |   61 ++++++++++++++++++++++++++++++++++++++++++++---
 src/emulator.c          |   28 +++++++++++++++++++++-
 3 files changed, 90 insertions(+), 4 deletions(-)

-- 
1.7.9.5


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

end of thread, other threads:[~2013-04-15 18:58 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-10 19:24 [PATCH 0/6] Clear the ground for AG implementation Paulo Borges
2013-04-10 19:24 ` [PATCH 1/6] include: Add ofono_emulator_set_removed_cb() Paulo Borges
2013-04-10 19:24 ` [PATCH 2/6] emulator: Add removed notification mechanism Paulo Borges
2013-04-11 21:50   ` Paulo Borges
2013-04-10 19:24 ` [PATCH 3/6] emulator: Change feature check to attend HFP 1.6 Paulo Borges
2013-04-10 19:24 ` [PATCH 4/6] hfp_ag_bluez5: Create a hash to store emulators Paulo Borges
2013-04-10 19:24 ` [PATCH 5/6] hfp_ag_bluez5: Store emulator when connect Paulo Borges
2013-04-10 19:24 ` [PATCH 6/6] hfp_ag_bluez5: Remove emulator when disconnect Paulo Borges
2013-04-12 20:40 ` [PATCH 0/7] Clear the ground for AG card implementation Paulo Borges
2013-04-12 20:40   ` [PATCH 1/7] emulator: Copy callback mechanism from atutil.h Paulo Borges
2013-04-12 20:41   ` [PATCH 2/7] include: Add ofono_emulator_set_removed_cb() Paulo Borges
2013-04-12 20:41   ` [PATCH 3/7] emulator: Add removed notification mechanism Paulo Borges
2013-04-12 20:41   ` [PATCH 4/7] emulator: Change feature check to attend HFP 1.6 Paulo Borges
2013-04-15 12:24     ` Denis Kenzior
2013-04-12 20:41   ` [PATCH 5/7] hfp_ag_bluez5: Create a hash to store emulators Paulo Borges
2013-04-12 20:41   ` [PATCH 6/7] hfp_ag_bluez5: Store emulator when connect Paulo Borges
2013-04-12 20:41   ` [PATCH 7/7] hfp_ag_bluez5: Remove emulator when disconnect Paulo Borges
2013-04-15 12:30     ` Denis Kenzior
2013-04-15 18:58       ` 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.