diff options
| author | John Du <johnldu@google.com> | 2013-07-19 11:30:34 -0700 |
|---|---|---|
| committer | John Du <johnldu@google.com> | 2013-08-16 12:25:20 -0700 |
| commit | 5a0cf7a27f3953a1266af48543ccd9024f4cd89f (patch) | |
| tree | ea7d275d83c0e1f6699a802330fbe696b03e4208 /core/java/android/bluetooth/IBluetoothA2dp.aidl | |
| parent | 0a94b9ce277ef2ec79902e3c576a50ab438dca97 (diff) | |
| download | frameworks_base-5a0cf7a27f3953a1266af48543ccd9024f4cd89f.zip frameworks_base-5a0cf7a27f3953a1266af48543ccd9024f4cd89f.tar.gz frameworks_base-5a0cf7a27f3953a1266af48543ccd9024f4cd89f.tar.bz2 | |
Adding support for Absolute Volume
Change-Id: I7bbc6f9296221ca219a50a5e377ebac9dcf5a407
Diffstat (limited to 'core/java/android/bluetooth/IBluetoothA2dp.aidl')
| -rw-r--r-- | core/java/android/bluetooth/IBluetoothA2dp.aidl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/java/android/bluetooth/IBluetoothA2dp.aidl b/core/java/android/bluetooth/IBluetoothA2dp.aidl index 1f10998..26ff9e2 100644 --- a/core/java/android/bluetooth/IBluetoothA2dp.aidl +++ b/core/java/android/bluetooth/IBluetoothA2dp.aidl @@ -32,5 +32,8 @@ interface IBluetoothA2dp { int getConnectionState(in BluetoothDevice device); boolean setPriority(in BluetoothDevice device, int priority); int getPriority(in BluetoothDevice device); + boolean isAvrcpAbsoluteVolumeSupported(); + oneway void adjustAvrcpAbsoluteVolume(int direction); + oneway void setAvrcpAbsoluteVolume(int volume); boolean isA2dpPlaying(in BluetoothDevice device); } |
