All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Add a2dp sink role
@ 2014-11-21 15:13 Jakub Tyszkowski
  2014-11-21 15:13 ` [PATCH 1/4] android/hal-ipc-api: Extend a2dp hal API with A2DP Sink role Jakub Tyszkowski
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Jakub Tyszkowski @ 2014-11-21 15:13 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Jakub Tyszkowski

With Android 5 A2DP Sink role was introduced. Sink in Android uses the same
HAL API as Source role does, but uses one more callback extending existing A2DP
HAL.

Some IPC defines and structs are common for both roles but of course they
have independent HALs and individual service IDs to work simultaneously.

Jakub Tyszkowski (4):
  android/hal-ipc-api: Extend a2dp hal API with A2DP Sink role
  android/hal: Add HAL for A2DP Sink role
  android/a2dp-sink: Add skeleton for a2dp sink daemon
  android/hal: Add missing a2dp handler introduced in Android 5

 android/Android.mk      |   2 +
 android/Makefile.am     |   2 +
 android/a2dp-sink.c     |  84 +++++++++++++++++++++++++
 android/a2dp-sink.h     |  25 ++++++++
 android/hal-a2dp-sink.c | 163 ++++++++++++++++++++++++++++++++++++++++++++++++
 android/hal-a2dp.c      |  13 ++++
 android/hal-bluetooth.c |   3 +
 android/hal-ipc-api.txt |  12 +++-
 android/hal-msg.h       |  12 +++-
 android/hal.h           |   1 +
 10 files changed, 314 insertions(+), 3 deletions(-)
 create mode 100644 android/a2dp-sink.c
 create mode 100644 android/a2dp-sink.h
 create mode 100644 android/hal-a2dp-sink.c

--
1.9.1


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

end of thread, other threads:[~2014-11-25 20:46 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-21 15:13 [PATCH 0/4] Add a2dp sink role Jakub Tyszkowski
2014-11-21 15:13 ` [PATCH 1/4] android/hal-ipc-api: Extend a2dp hal API with A2DP Sink role Jakub Tyszkowski
2014-11-21 15:13 ` [PATCH 2/4] android/hal: Add HAL for " Jakub Tyszkowski
2014-11-21 15:13 ` [PATCH 3/4] android/a2dp-sink: Add skeleton for a2dp sink daemon Jakub Tyszkowski
2014-11-21 15:13 ` [PATCH 4/4] android/hal: Add missing a2dp handler introduced in Android 5 Jakub Tyszkowski
2014-11-25 20:46 ` [PATCH 0/4] Add a2dp sink role Szymon Janc

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.