All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC v1 0/2] Add org.bluez.Telephony interface
@ 2011-11-22 16:21 Frédéric Danis
  2011-11-22 16:21 ` [RFC v1 1/2] audio: Move tel drivers to DBus interface Frédéric Danis
  0 siblings, 1 reply; 2+ messages in thread
From: Frédéric Danis @ 2011-11-22 16:21 UTC (permalink / raw)
  To: linux-bluetooth

Hello,

I am working on this set of patches.

Replace telephony drivers for HeadSet/HandsFree Profiles by a new DBus
interface (org.bluez.Telephony).
External applications, which should implement AT parsing and telephony
part of HeadSet or HandsFree Profiles, will have to register a telephony
agent using this new interface.


First patch add the new org.bluez.Telephony interface and remove
functions related to AT parsing from audio/headset.c.

Second patch remove the telephony drivers (dummy, maemo5, maemo6
and ofono), functions used by telephony drivers and no more needed
methods of org.bluez.Headset interface.


What I would like to do to continue is:
  - move rfcomm servers from audio/manager.c to audio/telephony.c, so
  servers are started only when a telephony agent is registered. This
  should also replace audio/gateway.c.

  - pass MediaTransport object in NewConnection method so telephony
  agent will be able to set NREC and ringtone, which can in turn notify
  Pulse Audio of property changed.


Any comments appreciated

Regards

Fred

Frédéric Danis (2):
  audio: Move tel drivers to DBus interface
  audio: Remove tel drivers

 Makefile.am              |   17 +-
 audio/headset.c          | 1517 +-------------------------------
 audio/headset.h          |    7 +-
 audio/manager.c          |    4 +-
 audio/telephony-dummy.c  |  433 ---------
 audio/telephony-maemo5.c | 2104 --------------------------------------------
 audio/telephony-maemo6.c | 2201 ----------------------------------------------
 audio/telephony-ofono.c  | 1638 ----------------------------------
 audio/telephony.c        |  494 +++++++++++
 audio/telephony.h        |  196 +----
 audio/transport.c        |   10 +
 audio/unix.c             |    2 +
 doc/audio-api.txt        |   91 ++
 13 files changed, 623 insertions(+), 8091 deletions(-)
 delete mode 100644 audio/telephony-dummy.c
 delete mode 100644 audio/telephony-maemo5.c
 delete mode 100644 audio/telephony-maemo6.c
 delete mode 100644 audio/telephony-ofono.c
 create mode 100644 audio/telephony.c


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

end of thread, other threads:[~2011-11-22 16:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-22 16:21 [RFC v1 0/2] Add org.bluez.Telephony interface Frédéric Danis
2011-11-22 16:21 ` [RFC v1 1/2] audio: Move tel drivers to DBus interface Frédéric 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.