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

Commit 4d1f6c03 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

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

Change-Id: Ifc04b9404e22eaac1dff035166ad8dd8e509eeb4
parents d6d63d25 2834f732
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;
    }