[Adapt : Bluez HAL] Added AVRCP Controller Role 30/116930/1
authorNilesh Trimbake <t.shripati@samsung.com>
Fri, 10 Feb 2017 13:35:59 +0000 (19:05 +0530)
committerNilesh Trimbake <t.shripati@samsung.com>
Thu, 2 Mar 2017 05:17:38 +0000 (10:47 +0530)
commitf9e7c6a6406ea449608e04defb36afcf12a087ab
treeddfd9de0ae8faf7c61079cbf52091ea7410713d3
parente286fdc9ae3ff582a6bb582aa958471c9f8266ab
[Adapt : Bluez HAL] Added AVRCP Controller Role

This patch primarily adds following:-
        a/ AVRCP(Controller) Android HAL interface
        b/ Implement Bluez based AVRCP Controller, Connect, Disconnect,
                send command, get track info methods
        c/ Implemnt AVRCP Controller event handler

Change-Id: I031e5d9b775f4c1f486b2a84522126e1c0bbd326
Signed-off-by: Nilesh Trimbake <t.shripati@samsung.com>
14 files changed:
bt-oal/bluez_hal/CMakeLists.txt
bt-oal/bluez_hal/hardware/bt_rc.h [new file with mode: 0644]
bt-oal/bluez_hal/inc/bt-hal-msg.h
bt-oal/bluez_hal/inc/bt-hal.h
bt-oal/bluez_hal/src/bt-hal-avrcp-ctrl-dbus-handler.c [new file with mode: 0644]
bt-oal/bluez_hal/src/bt-hal-avrcp-ctrl-dbus-handler.h [new file with mode: 0644]
bt-oal/bluez_hal/src/bt-hal-avrcp-ctrl.c [new file with mode: 0644]
bt-oal/bluez_hal/src/bt-hal-avrcp-ctrl.h [new file with mode: 0644]
bt-oal/bluez_hal/src/bt-hal-bluetooth.c
bt-oal/bluez_hal/src/bt-hal-dbus-common-utils.c
bt-oal/bluez_hal/src/bt-hal-dbus-common-utils.h
bt-oal/bluez_hal/src/bt-hal-event-receiver.c
bt-oal/bluez_hal/src/bt-hal-event-receiver.h
bt-oal/bluez_hal/src/bt-hal-internal.h