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

Commit 0859a07a authored by Pavlin Radoslavov's avatar Pavlin Radoslavov Committed by android-build-merger
Browse files

Merge "Add Settings support for Bluetooth Multi-A2DP and Multi-HFP"

am: f9504d89

Change-Id: I4293debea1998c8d20542c29134a036361fdd6a0
parents a9cb8d77 f9504d89
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -76,6 +76,10 @@ public final class BluetoothSummaryUpdater extends SummaryUpdater implements Blu
    public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) {
    }

    @Override
    public void onActiveDeviceChanged(CachedBluetoothDevice activeDevice, int bluetoothProfile) {
    }

    @Override
    public void register(boolean listening) {
        if (mBluetoothAdapter == null) {
+3 −0
Original line number Diff line number Diff line
@@ -276,6 +276,9 @@ public abstract class DeviceListPreferenceFragment extends

    public void onConnectionStateChanged(CachedBluetoothDevice cachedDevice, int state) { }

    @Override
    public void onActiveDeviceChanged(CachedBluetoothDevice activeDevice, int bluetoothProfile) { }

    /**
     * Return the key of the {@link PreferenceGroup} that contains the bluetooth devices
     */