Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c6a4b86c authored by Etienne Ruffieux's avatar Etienne Ruffieux
Browse files

Added documentation on codec specifics.

Bug: 220890820
Tag: #feature
Test: atest
Change-Id: Ib91d649a3627c50638805178877731e63099d838
parent 980a4a61
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -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;