Loading framework/java/android/bluetooth/BluetoothLeAudioCodecConfig.java +2 −2 Original line number Diff line number Diff line Loading @@ -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; } Loading Loading
framework/java/android/bluetooth/BluetoothLeAudioCodecConfig.java +2 −2 Original line number Diff line number Diff line Loading @@ -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; } Loading