Loading android/app/src/com/android/bluetooth/le_audio/LeAudioService.java +2 −1 Original line number Diff line number Diff line Loading @@ -439,7 +439,8 @@ public class LeAudioService extends ProfileService { } BluetoothDevice getConnectedGroupLeadDevice(int groupId) { if (mActiveAudioOutDevice != null) { if (mActiveAudioOutDevice != null && getGroupId(mActiveAudioOutDevice) == groupId) { return mActiveAudioOutDevice; } return getFirstDeviceFromGroup(groupId); Loading Loading
android/app/src/com/android/bluetooth/le_audio/LeAudioService.java +2 −1 Original line number Diff line number Diff line Loading @@ -439,7 +439,8 @@ public class LeAudioService extends ProfileService { } BluetoothDevice getConnectedGroupLeadDevice(int groupId) { if (mActiveAudioOutDevice != null) { if (mActiveAudioOutDevice != null && getGroupId(mActiveAudioOutDevice) == groupId) { return mActiveAudioOutDevice; } return getFirstDeviceFromGroup(groupId); Loading