diff --git a/device-caiman.mk b/device-caiman.mk index 9e84e0c9..ff1b7d80 100644 --- a/device-caiman.mk +++ b/device-caiman.mk @@ -457,3 +457,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 5d062a77..5b4f491a 100644 --- a/device-komodo.mk +++ b/device-komodo.mk @@ -458,3 +458,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 448b834f..66ce6dc7 100644 --- a/device-tokay.mk +++ b/device-tokay.mk @@ -424,3 +424,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