diff --git a/res/values/strings.xml b/res/values/strings.xml index 8d46f54a287..837a9a98930 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -342,8 +342,8 @@ Disable Bluetooth A2DP hardware offload - - Disable Bluetooth LE AUDIO hardware offload + + Disable Bluetooth LE audio hardware offload Restart Device? @@ -353,6 +353,11 @@ Cancel + + Enable Bluetooth LE audio + + Enables Bluetooth LE audio feature if the device supports LE audio hardware capabilities. + Media devices diff --git a/res/xml/development_settings.xml b/res/xml/development_settings.xml index 6319763f579..19c12091400 100644 --- a/res/xml/development_settings.xml +++ b/res/xml/development_settings.xml @@ -320,13 +320,18 @@ android:summary="@string/bluetooth_disable_absolute_volume_summary" /> + android:key="bluetooth_enable_leaudio" + android:title="@string/bluetooth_enable_leaudio" + android:summary="@string/bluetooth_enable_leaudio_summary" /> + +