diff options
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | 2022-03-18 01:09:07 +0000 |
---|---|---|
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | 2022-03-18 01:09:07 +0000 |
commit | 9b52556d5cd7842ebfb13f13f3dc9ca68ae018c3 (patch) | |
tree | 72f48848f750d5fff52fee563cad8e952abcfd43 /framework/java/android/bluetooth/BluetoothCodecConfig.java | |
parent | ad221bf0c86a98f68d69e06ad79e025a38563881 (diff) | |
parent | 1d06e1a4e899e5a0d22905241ea5cf935224ef81 (diff) |
Snap for 8317698 from 1d06e1a4e899e5a0d22905241ea5cf935224ef81 to tm-release
Change-Id: I50c536ec3728a64771a134f3c4eba5c68465e640
Diffstat (limited to 'framework/java/android/bluetooth/BluetoothCodecConfig.java')
-rw-r--r-- | framework/java/android/bluetooth/BluetoothCodecConfig.java | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/framework/java/android/bluetooth/BluetoothCodecConfig.java b/framework/java/android/bluetooth/BluetoothCodecConfig.java index d0e426853c..16b787db8e 100644 --- a/framework/java/android/bluetooth/BluetoothCodecConfig.java +++ b/framework/java/android/bluetooth/BluetoothCodecConfig.java @@ -536,6 +536,8 @@ 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. */ public long getCodecSpecific1() { return mCodecSpecific1; @@ -543,6 +545,8 @@ 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. */ public long getCodecSpecific2() { return mCodecSpecific2; @@ -550,6 +554,8 @@ 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. */ public long getCodecSpecific3() { return mCodecSpecific3; @@ -557,6 +563,8 @@ 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. */ public long getCodecSpecific4() { return mCodecSpecific4; |