From 33f00feec130cb1fc08f865037db3f7488540b4c Mon Sep 17 00:00:00 2001 From: weichinweng Date: Thu, 10 Feb 2022 15:23:31 +0800 Subject: [PATCH] Align ASHA prop with BluetoothProperties * Modify bluetooth.profile.asha.central to bluetooth.profile.asha.central.enabled Tag: #feature Test: manual Bug: 211570675 Bug: 218454632 Change-Id: I04be495b881bfa3ed5b7a3a05f50d33e83743e35 --- device.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device.mk b/device.mk index d146ff12..f6c2c7f2 100644 --- a/device.mk +++ b/device.mk @@ -119,7 +119,7 @@ PRODUCT_PROPERTY_OVERRIDES += \ # Hearing Aid Audio Support Using Bluetooth LE PRODUCT_PRODUCT_PROPERTIES += \ - bluetooth.profile.asha.central=true + bluetooth.profile.asha.central.enabled=true PRODUCT_PROPERTY_OVERRIDES += \