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

Commit 3e747134 authored by Grzegorz Kołodziejczyk's avatar Grzegorz Kołodziejczyk
Browse files

le_audio: Remove not used stream confirmation native method

This method is a leftover from handover scenario - no longer needed.

Tag: #bug
Bug: 326663290
Bug: 308171251
Test: atest LeAudioServiceTest
Change-Id: I8d073f6a70bcdd1fc79e2480901d0efcff2d6eab
parent 14c5f38c
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.
     *