diff --git a/src/com/android/settings/bluetooth/BluetoothDetailsProfilesController.java b/src/com/android/settings/bluetooth/BluetoothDetailsProfilesController.java index 17304fd13ed..701967bfb5e 100644 --- a/src/com/android/settings/bluetooth/BluetoothDetailsProfilesController.java +++ b/src/com/android/settings/bluetooth/BluetoothDetailsProfilesController.java @@ -145,8 +145,8 @@ public class BluetoothDetailsProfilesController extends BluetoothDetailsControll profilePref.setEnabled(!mCachedDevice.isBusy()); } - if (profile instanceof LeAudioProfile && !mIsLeAudioToggleEnabled) { - profilePref.setVisible(false); + if (profile instanceof LeAudioProfile) { + profilePref.setVisible(mIsLeAudioToggleEnabled); } if (profile instanceof MapProfile) {