OSDN Git Service

AVRCP 1.6 CT implementation
authorSanket Agarwal <sanketa@google.com>
Sat, 10 Sep 2016 01:11:02 +0000 (18:11 -0700)
committerPavlin Radoslavov <pavlin@google.com>
Mon, 17 Oct 2016 20:26:11 +0000 (20:26 +0000)
commit2df89213f063ef9d38f1531253299f80fdb0739d
tree931f193b89fc631acdf611022936ccfe875019ae
parent890334b214fba140044d1ef361513a915225b213
AVRCP 1.6 CT implementation

Bug: b/28791287
Change-Id: Ie4cb76b301bb3f36a750658fb86caa0def1eb503
(cherry picked from commit 4b491c2c874395c436949183bcbd84ebb2493131)
15 files changed:
AndroidManifest.xml
jni/com_android_bluetooth_avrcp_controller.cpp
src/com/android/bluetooth/a2dpsink/A2dpSinkService.java
src/com/android/bluetooth/a2dpsink/A2dpSinkStateMachine.java
src/com/android/bluetooth/a2dpsink/A2dpSinkStreamingStateMachine.java
src/com/android/bluetooth/a2dpsink/mbs/A2dpMediaBrowserService.java
src/com/android/bluetooth/avrcp/AvrcpControllerService.java [deleted file]
src/com/android/bluetooth/avrcpcontroller/AvrcpControllerService.java [new file with mode: 0644]
src/com/android/bluetooth/avrcpcontroller/AvrcpControllerStateMachine.java [new file with mode: 0644]
src/com/android/bluetooth/avrcpcontroller/AvrcpPlayer.java [new file with mode: 0644]
src/com/android/bluetooth/avrcpcontroller/BrowseTree.java [new file with mode: 0644]
src/com/android/bluetooth/avrcpcontroller/PlayerApplicationSettings.java [new file with mode: 0644]
src/com/android/bluetooth/avrcpcontroller/RemoteDevice.java [new file with mode: 0644]
src/com/android/bluetooth/avrcpcontroller/TrackInfo.java [new file with mode: 0644]
src/com/android/bluetooth/btservice/Config.java