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

Commit aa5a6c93 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Correct the intDef that getFrameDuration() and getOctetsPerFrame() are...

Merge "Correct the intDef that getFrameDuration() and getOctetsPerFrame() are annotated to return" am: 2834f732 am: 4d1f6c03 am: 361e0a3f am: 3d994098

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

Change-Id: I6177a7b5561a8c292329d981f81d7869d285028f
parents df12912b 3d994098
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -336,14 +336,14 @@ public final class BluetoothLeAudioCodecConfig implements Parcelable {
    /**
     * Returns the frame duration.
     */
    public @ChannelMode int getFrameDuration() {
    public @FrameDuration int getFrameDuration() {
        return mFrameDuration;
    }

    /**
     * Returns the octets per frame
     */
    public @ChannelMode int getOctetsPerFrame() {
    public int getOctetsPerFrame() {
        return mOctetsPerFrame;
    }