Snap for 11847214 from 39c88f61debee39a715e1b3677fa07422be4f045 to 24Q3-release Change-Id: I90a951f3e574b68e7f26e05d41e9b09520aa927a
diff --git a/srcs/android/sysprop/BluetoothProperties.sysprop b/srcs/android/sysprop/BluetoothProperties.sysprop index d368107..c1daafd 100644 --- a/srcs/android/sysprop/BluetoothProperties.sysprop +++ b/srcs/android/sysprop/BluetoothProperties.sysprop
@@ -147,6 +147,14 @@ prop_name: "bluetooth.core.le_audio.inband_ringtone.supported" } +prop { + api_name: "isLeAudioCodecExtensionAidlEnabled" + type: Boolean + scope: Public + access: Readonly + prop_name: "bluetooth.core.le_audio.codec_extension_aidl.enabled" +} + # The default name of the device. # Set by vendors overlay, read at Bluetooth initialization prop {
diff --git a/srcs/api/PlatformProperties-current.txt b/srcs/api/PlatformProperties-current.txt index bb58028..d6a2e7c 100644 --- a/srcs/api/PlatformProperties-current.txt +++ b/srcs/api/PlatformProperties-current.txt
@@ -78,6 +78,10 @@ prop_name: "bluetooth.core.gap.le.privacy.enabled" } prop { + api_name: "isLeAudioCodecExtensionAidlEnabled" + prop_name: "bluetooth.core.le_audio.codec_extension_aidl.enabled" + } + prop { api_name: "isLeAudioInbandRingtoneSupported" prop_name: "bluetooth.core.le_audio.inband_ringtone.supported" }