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

Commit 361e0a3f 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

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

Change-Id: I6d8326d02007cf97a59370cab3cb258674579a71
parents eaa9a725 4d1f6c03
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;
    }