Loading src/com/android/server/telecom/bluetooth/BluetoothStateReceiver.java +4 −0 Original line number Diff line number Diff line Loading @@ -272,6 +272,10 @@ public class BluetoothStateReceiver extends BroadcastReceiver { if (deviceType == BluetoothDeviceManager.DEVICE_TYPE_HEARING_AID || deviceType == BluetoothDeviceManager.DEVICE_TYPE_LE_AUDIO || mIsScoManagedByAudio) { if (!mIsInCall) { Log.i(LOG_TAG, "Ignoring audio on since we're not in a call"); return; } if (!mBluetoothDeviceManager.setCommunicationDeviceForAddress( device.getAddress())) { Log.i(this, "handleActiveDeviceChanged: Failed to set " Loading Loading
src/com/android/server/telecom/bluetooth/BluetoothStateReceiver.java +4 −0 Original line number Diff line number Diff line Loading @@ -272,6 +272,10 @@ public class BluetoothStateReceiver extends BroadcastReceiver { if (deviceType == BluetoothDeviceManager.DEVICE_TYPE_HEARING_AID || deviceType == BluetoothDeviceManager.DEVICE_TYPE_LE_AUDIO || mIsScoManagedByAudio) { if (!mIsInCall) { Log.i(LOG_TAG, "Ignoring audio on since we're not in a call"); return; } if (!mBluetoothDeviceManager.setCommunicationDeviceForAddress( device.getAddress())) { Log.i(this, "handleActiveDeviceChanged: Failed to set " Loading