diff --git a/res/values/strings.xml b/res/values/strings.xml
index f942ba99785..03184b9ae95 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -360,10 +360,10 @@
Cancel
-
- Enable Bluetooth LE audio
-
- Enables Bluetooth LE audio feature if the device supports LE audio hardware capabilities.
+
+ Disable Bluetooth LE audio
+
+ Disables Bluetooth LE audio feature if the device supports LE audio hardware capabilities.
Enable Bluetooth LE audio Allow List
diff --git a/res/xml/development_settings.xml b/res/xml/development_settings.xml
index 8cdb388e987..998b1e2eae2 100644
--- a/res/xml/development_settings.xml
+++ b/res/xml/development_settings.xml
@@ -340,9 +340,9 @@
android:summary="@string/bluetooth_disable_absolute_volume_summary" />
+ android:key="bluetooth_disable_leaudio"
+ android:title="@string/bluetooth_disable_leaudio"
+ android:summary="@string/bluetooth_disable_leaudio_summary" />