Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 821018bb authored by Łukasz Rymanowski (xWF)'s avatar Łukasz Rymanowski (xWF) Committed by Gerrit Code Review
Browse files

Merge "LeAudioService: Remove reduntant code" into main

parents 940a7bcc 208ada2b
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -4022,11 +4022,6 @@ public class LeAudioService extends ProfileService {
                return;
            }

            if (descriptor.mGroupId != LE_AUDIO_GROUP_ID_INVALID) {
                /* In case device is still in the group, let's remove it */
                mNativeInterface.groupRemoveNode(descriptor.mGroupId, device);
            }

            descriptor.mGroupId = LE_AUDIO_GROUP_ID_INVALID;
            descriptor.mSinkAudioLocation = BluetoothLeAudio.AUDIO_LOCATION_INVALID;
            descriptor.mDirection = AUDIO_DIRECTION_NONE;