Linux bluetooth development
 help / color / mirror / Atom feed
* [RFCv3 0/9] Refactoring profiles/audio code
@ 2015-02-20 12:43 Andrei Emeltchenko
  2015-02-20 12:43 ` [RFCv3 1/9] android/avdtp: Refactor local SEP list handling Andrei Emeltchenko
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Andrei Emeltchenko @ 2015-02-20 12:43 UTC (permalink / raw)
  To: linux-bluetooth

From: Andrei Emeltchenko <andrei.emeltchenko@intel.com>

Refactoring code so that avdtp library can be easily reused inside profiles/

Andrei Emeltchenko (9):
  android/avdtp: Refactor local SEP list handling
  unit/avdtp: Refactor context destroy
  android/avdtp: Remove extra check
  audio/avdtp: Use bitfield id generation
  audio/avdtp: Refactor avdtp and a2dp code
  audio/avdtp: Replace GSList with queue for SEP list
  audi: Refactor avdtp_get function
  audio/avdtp: Move avdtp_server from avdtp SEP structures
  audio/avdtp: Use SEP queue instead of avdtp_server in avdtp code

 android/Android.mk         |   1 +
 android/Makefile.am        |   1 +
 android/a2dp.c             |  18 ++-
 android/avdtp.c            |  91 +++++++++------
 android/avdtp.h            |   8 +-
 android/avdtptest.c        |  10 +-
 profiles/audio/a2dp.c      | 181 ++++++++++++++++++++++++++++-
 profiles/audio/a2dp.h      |   1 +
 profiles/audio/avdtp.c     | 283 +++++++++++++--------------------------------
 profiles/audio/avdtp.h     |  19 ++-
 profiles/audio/media.c     |   1 +
 profiles/audio/sink.c      |   3 +-
 profiles/audio/source.c    |   3 +-
 profiles/audio/transport.c |   3 +-
 unit/test-avdtp.c          | 117 ++++++++++---------
 15 files changed, 421 insertions(+), 319 deletions(-)

-- 
2.1.0


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

end of thread, other threads:[~2015-02-22 20:51 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-20 12:43 [RFCv3 0/9] Refactoring profiles/audio code Andrei Emeltchenko
2015-02-20 12:43 ` [RFCv3 1/9] android/avdtp: Refactor local SEP list handling Andrei Emeltchenko
2015-02-20 12:43 ` [RFCv3 2/9] unit/avdtp: Refactor context destroy Andrei Emeltchenko
2015-02-20 12:43 ` [RFCv3 3/9] android/avdtp: Remove extra check Andrei Emeltchenko
2015-02-20 12:43 ` [RFCv3 4/9] audio/avdtp: Use bitfield id generation Andrei Emeltchenko
2015-02-20 12:43 ` [RFCv3 5/9] audio/avdtp: Refactor avdtp and a2dp code Andrei Emeltchenko
2015-02-20 12:43 ` [RFCv3 6/9] audio/avdtp: Replace GSList with queue for SEP list Andrei Emeltchenko
2015-02-20 12:43 ` [RFCv3 7/9] audi: Refactor avdtp_get function Andrei Emeltchenko
2015-02-20 12:43 ` [RFCv3 8/9] audio/avdtp: Move avdtp_server from avdtp SEP structures Andrei Emeltchenko
2015-02-20 12:43 ` [RFCv3 9/9] audio/avdtp: Use SEP queue instead of avdtp_server in avdtp code Andrei Emeltchenko
2015-02-22 20:51 ` [RFCv3 0/9] Refactoring profiles/audio code Szymon Janc

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