Loading android/app/src/com/android/bluetooth/le_audio/LeAudioService.java +0 −1 Original line number Diff line number Diff line Loading @@ -3151,7 +3151,6 @@ public class LeAudioService extends ProfileService { : mDeviceDescriptors.entrySet()) { LeAudioDeviceDescriptor descriptor = entry.getValue(); ProfileService.println(sb, " Device: " + entry.getKey()); descriptor.mStateMachine.dump(sb); ProfileService.println(sb, " mGroupId: " + descriptor.mGroupId); ProfileService.println(sb, " mSinkAudioLocation: " + descriptor.mSinkAudioLocation); Loading Loading
android/app/src/com/android/bluetooth/le_audio/LeAudioService.java +0 −1 Original line number Diff line number Diff line Loading @@ -3151,7 +3151,6 @@ public class LeAudioService extends ProfileService { : mDeviceDescriptors.entrySet()) { LeAudioDeviceDescriptor descriptor = entry.getValue(); ProfileService.println(sb, " Device: " + entry.getKey()); descriptor.mStateMachine.dump(sb); ProfileService.println(sb, " mGroupId: " + descriptor.mGroupId); ProfileService.println(sb, " mSinkAudioLocation: " + descriptor.mSinkAudioLocation); Loading