diff options
author | Erik Sanders <eriksanders@google.com> | 2022-03-28 15:29:07 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2022-03-28 15:29:07 +0000 |
commit | c7f7485e07eae93598ccfec717e3df08bac375d7 (patch) | |
tree | 27615971722a314ea97db82116a73a7febd66394 /framework/java/android/bluetooth/BluetoothCodecConfig.java | |
parent | 12a6b534defc3a8473e15fcaf40b68b346fa06a2 (diff) | |
parent | 8d4d459a97c4d14422610cece6b2e57ff8f5b8a8 (diff) |
Merge "Merge TP1A.220321.002" into t-keystone-qcom-dev
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 bd56508031..4cbf956c24 100644 --- a/framework/java/android/bluetooth/BluetoothCodecConfig.java +++ b/framework/java/android/bluetooth/BluetoothCodecConfig.java @@ -564,6 +564,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; @@ -571,6 +573,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; @@ -578,6 +582,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; @@ -585,6 +591,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; |