Loading src/com/android/server/telecom/bluetooth/BluetoothDeviceManager.java +2 −0 Original line number Diff line number Diff line Loading @@ -660,6 +660,7 @@ public class BluetoothDeviceManager { if (!switchingBtDevices) { return setLeAudioCommunicationDevice(); } return true; } return false; } else if (callProfile == BluetoothProfile.HEARING_AID) { Loading @@ -670,6 +671,7 @@ public class BluetoothDeviceManager { if (!switchingBtDevices) { return setHearingAidCommunicationDevice(); } return true; } return false; } else if (callProfile == BluetoothProfile.HEADSET) { Loading Loading
src/com/android/server/telecom/bluetooth/BluetoothDeviceManager.java +2 −0 Original line number Diff line number Diff line Loading @@ -660,6 +660,7 @@ public class BluetoothDeviceManager { if (!switchingBtDevices) { return setLeAudioCommunicationDevice(); } return true; } return false; } else if (callProfile == BluetoothProfile.HEARING_AID) { Loading @@ -670,6 +671,7 @@ public class BluetoothDeviceManager { if (!switchingBtDevices) { return setHearingAidCommunicationDevice(); } return true; } return false; } else if (callProfile == BluetoothProfile.HEADSET) { Loading