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

Commit 2834f732 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Correct the intDef that getFrameDuration() and getOctetsPerFrame() are annotated to return"

parents a6820255 3a61c47e
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;
    }