add more details for BluetoothCallQualityReport#isChoppyVoice

Bug: 175706147
Test: none

Change-Id: Id47e10dbae7303dde04878745ffe7b08cf1507a7
This commit is contained in:
Nazanin
2021-04-20 13:49:52 -07:00
parent c66289ebd2
commit fa513c770e

View File

@@ -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;