Loading android/app/src/com/android/bluetooth/le_audio/LeAudioService.java +3 −0 Original line number Diff line number Diff line Loading @@ -396,6 +396,7 @@ public class LeAudioService extends ProfileService { mActiveAudioOutDevice = null; mActiveAudioInDevice = null; mExposedActiveDevice = null; mLeAudioCodecConfig = null; // Set the service and BLE devices as inactive Loading Loading @@ -1243,6 +1244,8 @@ public class LeAudioService extends ProfileService { continue; } mExposedActiveDevice = null; if (DBG) { Log.d(TAG, " onAudioDevicesRemoved: " + address + ", device type: " + deviceInfo.getType() + ", isSink: " + deviceInfo.isSink() Loading Loading
android/app/src/com/android/bluetooth/le_audio/LeAudioService.java +3 −0 Original line number Diff line number Diff line Loading @@ -396,6 +396,7 @@ public class LeAudioService extends ProfileService { mActiveAudioOutDevice = null; mActiveAudioInDevice = null; mExposedActiveDevice = null; mLeAudioCodecConfig = null; // Set the service and BLE devices as inactive Loading Loading @@ -1243,6 +1244,8 @@ public class LeAudioService extends ProfileService { continue; } mExposedActiveDevice = null; if (DBG) { Log.d(TAG, " onAudioDevicesRemoved: " + address + ", device type: " + deviceInfo.getType() + ", isSink: " + deviceInfo.isSink() Loading