diff options
| author | Hemant Gupta <hemantg@codeaurora.org> | 2014-02-14 19:53:31 +0530 |
|---|---|---|
| committer | Mike Lockwood <lockwood@google.com> | 2014-06-13 09:06:36 -0700 |
| commit | 3b76a4b2b62e9539e2629dc569d7e9a934e65dfb (patch) | |
| tree | da4dd561ab62aa76ebbd0edc15fa009e2297a404 /core/java/android/bluetooth/IBluetoothA2dp.aidl | |
| parent | 2263dd1ddd1a8ac828c25d34000c85165cad21ef (diff) | |
| download | frameworks_base-3b76a4b2b62e9539e2629dc569d7e9a934e65dfb.zip frameworks_base-3b76a4b2b62e9539e2629dc569d7e9a934e65dfb.tar.gz frameworks_base-3b76a4b2b62e9539e2629dc569d7e9a934e65dfb.tar.bz2 | |
Add Support for AVRCP Controller Feature
- Provide support for AVRCP Controller CAT 1 and CAT 2
passthrough commands.
Change-Id: Iefbb7fcd6273c49dc8a305b7a25ec6e94c60a5a9
Diffstat (limited to 'core/java/android/bluetooth/IBluetoothA2dp.aidl')
| -rw-r--r-- | core/java/android/bluetooth/IBluetoothA2dp.aidl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/java/android/bluetooth/IBluetoothA2dp.aidl b/core/java/android/bluetooth/IBluetoothA2dp.aidl index 26ff9e2..4d9c007 100644 --- a/core/java/android/bluetooth/IBluetoothA2dp.aidl +++ b/core/java/android/bluetooth/IBluetoothA2dp.aidl @@ -36,4 +36,6 @@ interface IBluetoothA2dp { oneway void adjustAvrcpAbsoluteVolume(int direction); oneway void setAvrcpAbsoluteVolume(int volume); boolean isA2dpPlaying(in BluetoothDevice device); + void sendPassThroughCmd(int keyCode, int keyState); + boolean isAvrcpConnected(in BluetoothDevice device); } |
