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

Commit 562dcf7e authored by Grzegorz Kolodziejczyk's avatar Grzegorz Kolodziejczyk Committed by Automerger Merge Worker
Browse files

Merge "le_audio: Remove not used stream confirmation native method" into main am: 888b814f

parents 2b8c219f 888b814f
Loading
Loading
Loading
Loading
+0 −11
Original line number Diff line number Diff line
@@ -407,17 +407,6 @@ public class LeAudioNativeInterface {
        setUnicastMonitorModeNative(direction, enable);
    }

    /**
     * Confirm streaming request by other profile if there were such request
     */
    public void confirmUnicastStreamRequest() {
        if (DBG) {
            Log.d(TAG, "confirmUnicastStreamRequest");
        }

        confirmUnicastStreamRequestNative();
    }

    /**
     * Sends the audio preferences for the groupId to the native stack.
     *