Loading android/app/src/com/android/bluetooth/le_audio/LeAudioService.java +4 −4 Original line number Diff line number Diff line Loading @@ -1112,7 +1112,7 @@ public class LeAudioService extends ProfileService { mActiveAudioInDevice = newSupportedByDeviceInput ? device : null; if (DBG) { Log.d(TAG, " handleBluetoothActiveDeviceChanged previousInDevice: " + previousInDevice + ", mActiveAudioInDevice" + mActiveAudioInDevice + previousInDevice + ", mActiveAudioInDevice: " + mActiveAudioInDevice + " isLeOutput: false"); } Loading Loading @@ -1176,7 +1176,7 @@ public class LeAudioService extends ProfileService { mActiveAudioOutDevice = newSupportedByDeviceOutput ? device : null; if (DBG) { Log.d(TAG, " handleBluetoothActiveDeviceChanged previousOutDevice: " + previousOutDevice + ", mActiveOutDevice: " + mActiveAudioOutDevice + previousOutDevice + ", mActiveAudioOutDevice: " + mActiveAudioOutDevice + " isLeOutput: true"); } return true; Loading Loading @@ -1451,7 +1451,7 @@ public class LeAudioService extends ProfileService { TAG, "suppressNoisyIntent: " + suppressNoisyIntent + ", hasFallbackDevice" + ", hasFallbackDevice: " + hasFallbackDevice); final BluetoothProfileConnectionInfo connectionInfo; if (isAtLeastU()) { Loading Loading
android/app/src/com/android/bluetooth/le_audio/LeAudioService.java +4 −4 Original line number Diff line number Diff line Loading @@ -1112,7 +1112,7 @@ public class LeAudioService extends ProfileService { mActiveAudioInDevice = newSupportedByDeviceInput ? device : null; if (DBG) { Log.d(TAG, " handleBluetoothActiveDeviceChanged previousInDevice: " + previousInDevice + ", mActiveAudioInDevice" + mActiveAudioInDevice + previousInDevice + ", mActiveAudioInDevice: " + mActiveAudioInDevice + " isLeOutput: false"); } Loading Loading @@ -1176,7 +1176,7 @@ public class LeAudioService extends ProfileService { mActiveAudioOutDevice = newSupportedByDeviceOutput ? device : null; if (DBG) { Log.d(TAG, " handleBluetoothActiveDeviceChanged previousOutDevice: " + previousOutDevice + ", mActiveOutDevice: " + mActiveAudioOutDevice + previousOutDevice + ", mActiveAudioOutDevice: " + mActiveAudioOutDevice + " isLeOutput: true"); } return true; Loading Loading @@ -1451,7 +1451,7 @@ public class LeAudioService extends ProfileService { TAG, "suppressNoisyIntent: " + suppressNoisyIntent + ", hasFallbackDevice" + ", hasFallbackDevice: " + hasFallbackDevice); final BluetoothProfileConnectionInfo connectionInfo; if (isAtLeastU()) { Loading