Linux bluetooth development
 help / color / mirror / Atom feed
* [PATCH v1 0/4] Adopt btd_profile for A2DP
@ 2012-11-08 15:16 Mikel Astiz
  2012-11-08 15:16 ` [PATCH v1 1/4] audio: Split A2DP into three btd_profile Mikel Astiz
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Mikel Astiz @ 2012-11-08 15:16 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Mikel Astiz

From: Mikel Astiz <mikel.astiz@bmw-carit.de>

I resend the patches which were previously part of RFC v0 "WIP: btd_profile connect and disconnect", focusing now on the audio-related patches.

The proposal is to split A2DP roles into different btd_profile instances, in order to expose .connect and .disconnect.

The implementation includes the Source role only (patches 3 and 4), but you can imagine that the Sink would be analogous.

Mikel Astiz (4):
  audio: Split A2DP into three btd_profile
  audio: Trivial function rename
  source: Expose internal connection API
  source: Add profile .connect and .disconnect

 audio/a2dp.c    |  88 +++++++++++++-------------
 audio/a2dp.h    |   4 +-
 audio/device.h  |   3 +
 audio/manager.c | 187 +++++++++++++++++++++++++++++++++++++++++++++++++++-----
 audio/sink.c    |  12 ++--
 audio/source.c  | 158 ++++++++++++++++++++++++++---------------------
 audio/source.h  |   2 +
 7 files changed, 315 insertions(+), 139 deletions(-)

-- 
1.7.11.7


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

end of thread, other threads:[~2012-11-08 15:16 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-08 15:16 [PATCH v1 0/4] Adopt btd_profile for A2DP Mikel Astiz
2012-11-08 15:16 ` [PATCH v1 1/4] audio: Split A2DP into three btd_profile Mikel Astiz
2012-11-08 15:16 ` [PATCH v1 2/4] audio: Trivial function rename Mikel Astiz
2012-11-08 15:16 ` [PATCH v1 3/4] source: Expose internal connection API Mikel Astiz
2012-11-08 15:16 ` [PATCH v1 4/4] source: Add profile .connect and .disconnect Mikel Astiz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox