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

Commit 08b9d388 authored by Nazanin Bakhshi's avatar Nazanin Bakhshi Committed by Automerger Merge Worker
Browse files

Merge "add more details for BluetoothCallQualityReport#isChoppyVoice Bug:...

Merge "add more details for BluetoothCallQualityReport#isChoppyVoice Bug: 175706147 Test: none" am: 1c09bf0d am: 1b6140c6 am: c9c6f3ad

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1682049

Change-Id: Ic6ffdfc765e780ff2596d44ede8bbe97e5fab7bc
parents 7e8765d3 c9c6f3ad
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -66,7 +66,9 @@ public final class BluetoothCallQualityReport implements Parcelable {
    }

    /**
     * @return {@code true} if bluetooth hardware detects voice is choppy
     * When the bluetooth controller detects factors that cause choppy voice,
     * the controller reports an (e)SCO Voice Choppy event to the host
     * @return {@code true} when we receive (e)SCO Voice Choppy event from the controller
     */
    public boolean isChoppyVoice() {
        return mChoppyVoice;