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

Commit 6086c285 authored by Automerger Merge Worker's avatar Automerger Merge Worker Committed by Android (Google) Code Review
Browse files

Merge "Merge "Update LE Audio profile enable property names to be in line with...

Merge "Merge "Update LE Audio profile enable property names to be in line with spec" into tm-dev am: af782a56 am: 73f2811d am: 215a9c33" into tm-qpr-dev-plus-aosp
parents c9a656d1 3ef0c90f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -185,7 +185,7 @@ public class LeAudioService extends ProfileService {
    }

    public static boolean isEnabled() {
        return BluetoothProperties.isProfileBapUnicastServerEnabled().orElse(false);
        return BluetoothProperties.isProfileBapUnicastClientEnabled().orElse(false);
    }

    @Override
+1 −1
Original line number Diff line number Diff line
@@ -56,7 +56,7 @@ public class TbsService extends ProfileService {
    private final TbsGeneric mTbsGeneric = new TbsGeneric();

    public static boolean isEnabled() {
        return BluetoothProperties.isProfileTbsServerEnabled().orElse(false);
        return BluetoothProperties.isProfileCcpServerEnabled().orElse(false);
    }

    @Override
+1 −1
Original line number Diff line number Diff line
@@ -186,7 +186,7 @@ public class VolumeControlService extends ProfileService {
    private final ServiceFactory mFactory = new ServiceFactory();

    public static boolean isEnabled() {
        return BluetoothProperties.isProfileVcServerEnabled().orElse(false);
        return BluetoothProperties.isProfileVcpControllerEnabled().orElse(false);
    }

    @Override