Bluetooth: Disable support for Hearing Aid profile

Platform does not support Audio Support for Hearing Aids (ASHA) central role
and hence disable the profile.

Issue: FP3-A13#9
Change-Id: I5b5f3fe5720e76e0c3c690b6e753b34daafc9548
diff --git a/device.mk b/device.mk
index f078499..2292c2c 100644
--- a/device.mk
+++ b/device.mk
@@ -287,7 +287,7 @@
 # Bluetooth Properties
 # Set supported Bluetooth profiles to enabled
 PRODUCT_PRODUCT_PROPERTIES += \
-	bluetooth.profile.asha.central.enabled?=true \
+	bluetooth.profile.asha.central.enabled?=false \
 	bluetooth.profile.a2dp.source.enabled?=true \
 	bluetooth.profile.avrcp.target.enabled?=true \
 	bluetooth.profile.bas.client.enabled?=true \