diff --git a/device-caiman.mk b/device-caiman.mk index 0efba31f..412f58e4 100644 --- a/device-caiman.mk +++ b/device-caiman.mk @@ -456,3 +456,7 @@ endif # Bluetooth device id PRODUCT_PRODUCT_PROPERTIES += \ bluetooth.device_id.product_id=20496 + +# Set support for LEA multicodec +PRODUCT_PRODUCT_PROPERTIES += \ + bluetooth.core.le_audio.codec_extension_aidl.enabled=true diff --git a/device-komodo.mk b/device-komodo.mk index 6797e88c..c698e34d 100644 --- a/device-komodo.mk +++ b/device-komodo.mk @@ -457,3 +457,7 @@ endif # Bluetooth device id PRODUCT_PRODUCT_PROPERTIES += \ bluetooth.device_id.product_id=20497 + +# Set support for LEA multicodec +PRODUCT_PRODUCT_PROPERTIES += \ + bluetooth.core.le_audio.codec_extension_aidl.enabled=true diff --git a/device-tokay.mk b/device-tokay.mk index 90433f16..547f90a8 100644 --- a/device-tokay.mk +++ b/device-tokay.mk @@ -423,3 +423,7 @@ endif # Bluetooth device id PRODUCT_PRODUCT_PROPERTIES += \ bluetooth.device_id.product_id=20498 + +# Set support for LEA multicodec +PRODUCT_PRODUCT_PROPERTIES += \ + bluetooth.core.le_audio.codec_extension_aidl.enabled=true