diff options
author | Nazanin <nazaninb@google.com> | 2021-04-20 13:49:52 -0700 |
---|---|---|
committer | Nazanin <nazaninb@google.com> | 2021-04-20 13:49:52 -0700 |
commit | fa513c770ed7a95f5e2572179850a4f70f310d4d (patch) | |
tree | cc3a9098422e4133e309a39dce6bde39c9d68b4f /telecomm | |
parent | c66289ebd2142309f2feaf2906fa30c484f85e7e (diff) |
add more details for BluetoothCallQualityReport#isChoppyVoice
Bug: 175706147
Test: none
Change-Id: Id47e10dbae7303dde04878745ffe7b08cf1507a7
Diffstat (limited to 'telecomm')
-rw-r--r-- | telecomm/java/android/telecom/BluetoothCallQualityReport.java | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/telecomm/java/android/telecom/BluetoothCallQualityReport.java b/telecomm/java/android/telecom/BluetoothCallQualityReport.java index 8703d84831ff..78dba6abb623 100644 --- a/telecomm/java/android/telecom/BluetoothCallQualityReport.java +++ b/telecomm/java/android/telecom/BluetoothCallQualityReport.java @@ -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; |