linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Create separate file for AVRCP CTRL
@ 2014-11-18 12:54 Ravi kumar Veeramally
  2014-11-18 12:54 ` [PATCH 1/2] android/hal-avrcp-ctrl: Create separate HAL " Ravi kumar Veeramally
  2014-11-18 12:54 ` [PATCH 2/2] android/client: Create separate file " Ravi kumar Veeramally
  0 siblings, 2 replies; 5+ messages in thread
From: Ravi kumar Veeramally @ 2014-11-18 12:54 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Ravi kumar Veeramally

Patchset contains changes related to AVRCP CTRL. Moving AVRCP CTRL
HAL and Client related changes to it's own file (agreed on IRC to
maintain separate file for each HAL).

Ravi kumar Veeramally (2):
  android/hal-avrcp-ctrl: Create separate HAL for AVRCP CTRL
  android/client: Create separate file for AVRCP CTRL

 android/Android.mk          |   2 +
 android/Makefile.am         |   2 +
 android/client/haltest.c    |   2 +
 android/client/if-rc-ctrl.c | 112 ++++++++++++++++++++++++++++++++++
 android/client/if-rc.c      |  88 ---------------------------
 android/hal-avrcp-ctrl.c    | 144 ++++++++++++++++++++++++++++++++++++++++++++
 android/hal-avrcp.c         | 121 -------------------------------------
 7 files changed, 262 insertions(+), 209 deletions(-)
 create mode 100644 android/client/if-rc-ctrl.c
 create mode 100644 android/hal-avrcp-ctrl.c

-- 
2.1.0


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

end of thread, other threads:[~2014-11-18 13:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-18 12:54 [PATCH 0/2] Create separate file for AVRCP CTRL Ravi kumar Veeramally
2014-11-18 12:54 ` [PATCH 1/2] android/hal-avrcp-ctrl: Create separate HAL " Ravi kumar Veeramally
2014-11-18 13:07   ` Szymon Janc
2014-11-18 12:54 ` [PATCH 2/2] android/client: Create separate file " Ravi kumar Veeramally
2014-11-18 13:07   ` Szymon Janc

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).