Merge "add more details for BluetoothCallQualityReport#isChoppyVoice Bug: 175706147 Test: none" am: 1c09bf0d67 am: 1b6140c6c0
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1682049 Change-Id: I20b38ed9379c0093e3c723a4c449614451025e03
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user