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

Commit 0c4b5191 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge changes Icfdd82ab,Ie554422b am: 599f65df am: c784ac21

parents 22229df7 c784ac21
Loading
Loading
Loading
Loading
+0 −13
Original line number Original line Diff line number Diff line
arguments=
auto.sync=false
build.scans.enabled=false
connection.gradle.distribution=GRADLE_DISTRIBUTION(WRAPPER)
connection.project.dir=
eclipse.preferences.version=1
gradle.user.home=
java.home=/usr/lib/jvm/java-11-openjdk-amd64
jvm.arguments=
offline.mode=false
override.workspace.settings=true
show.console.view=true
show.executions.view=true
+2 −0
Original line number Original line Diff line number Diff line
@@ -998,6 +998,7 @@ public class BluetoothProxy {
    }
    }


    private void initLeAudioBroadcastProxy() {
    private void initLeAudioBroadcastProxy() {
        if (!isLeAudioBroadcastSourceSupported()) return;
        if (mBluetoothLeBroadcast == null) {
        if (mBluetoothLeBroadcast == null) {
            bluetoothAdapter.getProfileProxy(this.application, profileListener,
            bluetoothAdapter.getProfileProxy(this.application, profileListener,
                    BluetoothProfile.LE_AUDIO_BROADCAST);
                    BluetoothProfile.LE_AUDIO_BROADCAST);
@@ -1005,6 +1006,7 @@ public class BluetoothProxy {
    }
    }


    private void cleanupLeAudioBroadcastProxy() {
    private void cleanupLeAudioBroadcastProxy() {
        if (!isLeAudioBroadcastSourceSupported()) return;
        if (mBluetoothLeBroadcast != null) {
        if (mBluetoothLeBroadcast != null) {
            bluetoothAdapter.closeProfileProxy(BluetoothProfile.LE_AUDIO_BROADCAST,
            bluetoothAdapter.closeProfileProxy(BluetoothProfile.LE_AUDIO_BROADCAST,
                    mBluetoothLeBroadcast);
                    mBluetoothLeBroadcast);