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

Commit 332d67b1 authored by Jakub Tyszkowski's avatar Jakub Tyszkowski Committed by Łukasz Rymanowski
Browse files

leaudio: Implement missing function

Bug: 150670922
Tag: #feature
Sponsor: jpawlowski@
Test: atest BluetoothInstrumentationTests

Change-Id: I65903cec17a5e5d1e6b66983d05bd9d2a7a3dcaa
parent 4a72096d
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -1144,8 +1144,7 @@ public class LeAudioService extends ProfileService {
        if (device == null) {
            return LE_AUDIO_GROUP_ID_INVALID;
        }
        //TODO: implement
        return LE_AUDIO_GROUP_ID_INVALID;
        return mDeviceGroupIdMap.getOrDefault(device, LE_AUDIO_GROUP_ID_INVALID);
    }

    /**