Disable Bluetooth Hearing Access Profile default enable for F10

Set bluetooth.profile.hap.enabled_by_default to false

bug: 386323913
Test: m
Flag: EXEMPT, properties change only for feature config
Change-Id: I53dde6578fb079dd0fa4780e083cd052b19c3770
This commit is contained in:
Tommy Chang 2024-12-27 10:25:28 +00:00 committed by Alice Kuo
parent ccdbdfbbd2
commit 5d6cd93572

View file

@ -439,6 +439,10 @@ PRODUCT_PRODUCT_PROPERTIES += \
PRODUCT_PACKAGES_DEBUG += \ PRODUCT_PACKAGES_DEBUG += \
ewp_tool ewp_tool
# Disable Bluetooth HAP by default
PRODUCT_PRODUCT_PROPERTIES += \
bluetooth.profile.hap.enabled_by_default=false
# Enable DeviceAsWebcam support # Enable DeviceAsWebcam support
PRODUCT_VENDOR_PROPERTIES += \ PRODUCT_VENDOR_PROPERTIES += \
ro.usb.uvc.enabled=true ro.usb.uvc.enabled=true