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

Commit a54f41ba authored by Etienne Ruffieux's avatar Etienne Ruffieux Committed by Automerger Merge Worker
Browse files

Merge "Added documentation on codec specifics." am: fc501248

Original change: https://android-review.googlesource.com/c/platform/packages/modules/Bluetooth/+/2028170

Change-Id: I2fcb1d5ae488d0aed30691a16aadcc646c6b8e5f
parents 0593fda6 fc501248
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;