summaryrefslogtreecommitdiff
path: root/framework/java/android/bluetooth/BluetoothCodecConfig.java
diff options
context:
space:
mode:
authorEtienne Ruffieux <eruffieux@google.com>2022-03-16 15:01:14 +0000
committerEtienne Ruffieux <eruffieux@google.com>2022-03-16 15:01:14 +0000
commitc6a4b86cd621c48b697f74deef998671d6072f79 (patch)
tree023f40434c7df18ea03e7784ff7a450174d154d9 /framework/java/android/bluetooth/BluetoothCodecConfig.java
parent980a4a61104202912924ca0204da07bb5926732f (diff)
Added documentation on codec specifics.
Bug: 220890820 Tag: #feature Test: atest Change-Id: Ib91d649a3627c50638805178877731e63099d838
Diffstat (limited to 'framework/java/android/bluetooth/BluetoothCodecConfig.java')
-rw-r--r--framework/java/android/bluetooth/BluetoothCodecConfig.java8
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;