Loading android/app/src/com/android/bluetooth/le_audio/LeAudioService.java +1 −1 Original line number Diff line number Diff line Loading @@ -184,7 +184,7 @@ public class LeAudioService extends ProfileService { } public static boolean isEnabled() { return BluetoothProperties.isProfileBapUnicastServerEnabled().orElse(false); return BluetoothProperties.isProfileBapUnicastClientEnabled().orElse(false); } @Override Loading android/app/src/com/android/bluetooth/tbs/TbsService.java +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading android/app/src/com/android/bluetooth/vc/VolumeControlService.java +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
android/app/src/com/android/bluetooth/le_audio/LeAudioService.java +1 −1 Original line number Diff line number Diff line Loading @@ -184,7 +184,7 @@ public class LeAudioService extends ProfileService { } public static boolean isEnabled() { return BluetoothProperties.isProfileBapUnicastServerEnabled().orElse(false); return BluetoothProperties.isProfileBapUnicastClientEnabled().orElse(false); } @Override Loading
android/app/src/com/android/bluetooth/tbs/TbsService.java +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
android/app/src/com/android/bluetooth/vc/VolumeControlService.java +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading