diff options
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | 2022-03-26 03:09:42 +0000 |
---|---|---|
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | 2022-03-26 03:09:42 +0000 |
commit | 78da501deb28764dc332e060fce8a18f3d1e1530 (patch) | |
tree | 39da93e78569a51e1bf27c985d6f945e0cc682dc /framework/java/android/bluetooth/BluetoothCodecConfig.java | |
parent | b5a6dee3d31a70a6b14b81b1c6bc7680004bbe63 (diff) | |
parent | 48683e3a1666c19a7ec8bbffb2ab921dcfa17c5e (diff) |
Snap for 8362632 from 48683e3a1666c19a7ec8bbffb2ab921dcfa17c5e to tm-release
Change-Id: I16121f2f925926c97faeb94b11243a4596180d16
Diffstat (limited to 'framework/java/android/bluetooth/BluetoothCodecConfig.java')
-rw-r--r-- | framework/java/android/bluetooth/BluetoothCodecConfig.java | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/framework/java/android/bluetooth/BluetoothCodecConfig.java b/framework/java/android/bluetooth/BluetoothCodecConfig.java index 16b787db8e..9fc9fb3411 100644 --- a/framework/java/android/bluetooth/BluetoothCodecConfig.java +++ b/framework/java/android/bluetooth/BluetoothCodecConfig.java @@ -538,6 +538,17 @@ public final class BluetoothCodecConfig implements Parcelable { * Returns the codec specific value1. * As the value and usage differ for each codec, please refer to the concerned * codec specification to obtain the codec specific information. + * + * <p>See section 4.3.2 of the Bluetooth A2dp specification for SBC codec specific + * information elements. + * <p>See section 4.4.2 of the Bluetooth A2dp specification for MPEG-1,2 Audio + * codec specific information elements. + * <p>See section 4.5.2 of the Bluetooth A2dp specification for MPEG-2, 4 AAC + * codec specific information elements. + * <p>See section 4.6.2 of the Bluetooth A2dp specification for ATRAC family + * codec specific information elements. + * <p>See section 4.7.2 of the Bluetooth A2dp specification for Vendor Specific A2DP + * codec specific information elements. */ public long getCodecSpecific1() { return mCodecSpecific1; @@ -547,6 +558,17 @@ public final class BluetoothCodecConfig implements Parcelable { * Returns the codec specific value2. * As the value and usage differ for each codec, please refer to the concerned * codec specification to obtain the codec specific information. + * + * <p>See section 4.3.2 of the Bluetooth A2dp specification for SBC codec specific + * information elements. + * <p>See section 4.4.2 of the Bluetooth A2dp specification for MPEG-1,2 Audio + * codec specific information elements. + * <p>See section 4.5.2 of the Bluetooth A2dp specification for MPEG-2, 4 AAC + * codec specific information elements. + * <p>See section 4.6.2 of the Bluetooth A2dp specification for ATRAC family + * codec specific information elements. + * <p>See section 4.7.2 of the Bluetooth A2dp specification for Vendor Specific A2DP + * codec specific information elements. */ public long getCodecSpecific2() { return mCodecSpecific2; @@ -556,6 +578,17 @@ public final class BluetoothCodecConfig implements Parcelable { * Returns the codec specific value3. * As the value and usage differ for each codec, please refer to the concerned * codec specification to obtain the codec specific information. + * + * <p>See section 4.3.2 of the Bluetooth A2dp specification for SBC codec specific + * information elements. + * <p>See section 4.4.2 of the Bluetooth A2dp specification for MPEG-1,2 Audio + * codec specific information elements. + * <p>See section 4.5.2 of the Bluetooth A2dp specification for MPEG-2, 4 AAC + * codec specific information elements. + * <p>See section 4.6.2 of the Bluetooth A2dp specification for ATRAC family + * codec specific information elements. + * <p>See section 4.7.2 of the Bluetooth A2dp specification for Vendor Specific A2DP + * codec specific information elements. */ public long getCodecSpecific3() { return mCodecSpecific3; @@ -565,6 +598,17 @@ public final class BluetoothCodecConfig implements Parcelable { * Returns the codec specific value4. * As the value and usage differ for each codec, please refer to the concerned * codec specification to obtain the codec specific information. + * + * <p>See section 4.3.2 of the Bluetooth A2dp specification for SBC codec specific + * information elements. + * <p>See section 4.4.2 of the Bluetooth A2dp specification for MPEG-1,2 Audio + * codec specific information elements. + * <p>See section 4.5.2 of the Bluetooth A2dp specification for MPEG-2, 4 AAC + * codec specific information elements. + * <p>See section 4.6.2 of the Bluetooth A2dp specification for ATRAC family + * codec specific information elements. + * <p>See section 4.7.2 of the Bluetooth A2dp specification for Vendor Specific A2DP + * codec specific information elements. */ public long getCodecSpecific4() { return mCodecSpecific4; |