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 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html