All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] bluetooth: add HFP AG plugin
@ 2011-02-15 15:06 =?unknown-8bit?q?Fr=C3=A9d=C3=A9ric?= Danis
  2011-02-15 15:06 ` [PATCH 1/3] " =?unknown-8bit?q?Fr=C3=A9d=C3=A9ric?= Danis
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: =?unknown-8bit?q?Fr=C3=A9d=C3=A9ric?= Danis @ 2011-02-15 15:06 UTC (permalink / raw)
  To: ofono

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

Add the HFP AG plugin
Add partial support for +CIND command: currently,
only network registration part is suported
(status and roaming)

Frédéric Danis (3):
  bluetooth: add HFP AG plugin
  emulator: add HFP emulator type
  emulator: add +CIND support

 Makefile.am        |    3 +
 include/emulator.h |    1 +
 plugins/hfp_ag.c   |  188 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 src/emulator.c     |  132 ++++++++++++++++++++++++++++++++++++-
 src/ofono.h        |    1 +
 5 files changed, 323 insertions(+), 2 deletions(-)
 create mode 100644 plugins/hfp_ag.c


^ permalink raw reply	[flat|nested] 10+ messages in thread
* [PATCH v2 0/3] bluetooth: add CIND and CIEV support in HFP AG
@ 2011-02-22 15:40 =?unknown-8bit?q?Fr=C3=A9d=C3=A9ric?= Danis
  2011-02-22 15:40 ` [PATCH 3/3] emulator: add CIND support =?unknown-8bit?q?Fr=C3=A9d=C3=A9ric?= Danis
  0 siblings, 1 reply; 10+ messages in thread
From: =?unknown-8bit?q?Fr=C3=A9d=C3=A9ric?= Danis @ 2011-02-22 15:40 UTC (permalink / raw)
  To: ofono

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

Add indicator support in emulator atom
Add CIND and CIEV support for HFP AG

Frédéric Danis (3):
  emulator: add indicator support API
  emulator: add support of indicators
  emulator: add CIND support

 include/emulator.h |   11 +++++
 src/emulator.c     |  124 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 src/network.c      |   74 ++++++++++++++++++++++++++++++-
 3 files changed, 208 insertions(+), 1 deletions(-)


^ permalink raw reply	[flat|nested] 10+ messages in thread
* [PATCH v3 0/3] bluetooth: add CIND and CIEV support in HFP AG
@ 2011-02-23 15:48 =?unknown-8bit?q?Fr=C3=A9d=C3=A9ric?= Danis
  2011-02-23 15:48 ` [PATCH 3/3] emulator: add CIND support =?unknown-8bit?q?Fr=C3=A9d=C3=A9ric?= Danis
  0 siblings, 1 reply; 10+ messages in thread
From: =?unknown-8bit?q?Fr=C3=A9d=C3=A9ric?= Danis @ 2011-02-23 15:48 UTC (permalink / raw)
  To: ofono

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

Add indicator support in emulator atom
Add CIND and CIEV support for HFP AG

Frédéric Danis (3):
  emulator: add indicator support API
  emulator: add support of indicators
  emulator: add CIND support

 include/emulator.h |   11 ++++
 src/emulator.c     |  145 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 src/network.c      |   77 +++++++++++++++++++++++++++-
 3 files changed, 232 insertions(+), 1 deletions(-)


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

end of thread, other threads:[~2011-02-23 15:48 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-15 15:06 [PATCH 0/3] bluetooth: add HFP AG plugin =?unknown-8bit?q?Fr=C3=A9d=C3=A9ric?= Danis
2011-02-15 15:06 ` [PATCH 1/3] " =?unknown-8bit?q?Fr=C3=A9d=C3=A9ric?= Danis
2011-02-15 17:10   ` Gustavo F. Padovan
2011-02-16  6:24   ` Denis Kenzior
2011-02-15 15:06 ` [PATCH 2/3] emulator: add HFP emulator type =?unknown-8bit?q?Fr=C3=A9d=C3=A9ric?= Danis
2011-02-16  6:25   ` Denis Kenzior
2011-02-15 15:06 ` [PATCH 3/3] emulator: add +CIND support =?unknown-8bit?q?Fr=C3=A9d=C3=A9ric?= Danis
  -- strict thread matches above, loose matches on Subject: below --
2011-02-22 15:40 [PATCH v2 0/3] bluetooth: add CIND and CIEV support in HFP AG =?unknown-8bit?q?Fr=C3=A9d=C3=A9ric?= Danis
2011-02-22 15:40 ` [PATCH 3/3] emulator: add CIND support =?unknown-8bit?q?Fr=C3=A9d=C3=A9ric?= Danis
2011-02-22 18:39   ` Denis Kenzior
2011-02-23 15:48 [PATCH v3 0/3] bluetooth: add CIND and CIEV support in HFP AG =?unknown-8bit?q?Fr=C3=A9d=C3=A9ric?= Danis
2011-02-23 15:48 ` [PATCH 3/3] emulator: add CIND support =?unknown-8bit?q?Fr=C3=A9d=C3=A9ric?= Danis

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.