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

Commit c82f4519 authored by Eric Laurent's avatar Eric Laurent Committed by Android (Google) Code Review
Browse files

Merge "Fix issue 2712130: Sholes: problem when playing audio while recording over bluetooth SCO."

parents 4e49bb98 c6ea3537
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -721,7 +721,8 @@ bool AudioSystem::isBluetoothScoDevice(audio_devices device)
    if ((popCount(device) == 1 ) &&
        (device & (AudioSystem::DEVICE_OUT_BLUETOOTH_SCO |
                   AudioSystem::DEVICE_OUT_BLUETOOTH_SCO_HEADSET |
                   AudioSystem::DEVICE_OUT_BLUETOOTH_SCO_CARKIT))) {
                   AudioSystem::DEVICE_OUT_BLUETOOTH_SCO_CARKIT |
                   AudioSystem::DEVICE_IN_BLUETOOTH_SCO_HEADSET))) {
        return true;
    } else {
        return false;