Disable Bluetooth Hearing Access Profile default enable for P22

Set bluetooth.profile.hap.enabled_by_default to false

bug: 386323913
Test: m
Flag: EXEMPT, properties change only for feature config
Change-Id: I1f7898f9fedefff9b64cbb51b5fbb177b87d57e4
This commit is contained in:
Tommy Chang 2024-12-27 10:37:20 +00:00 committed by Alice Kuo
parent 1a1577159b
commit 640c3160c9
2 changed files with 8 additions and 0 deletions

View file

@ -216,6 +216,10 @@ PRODUCT_COPY_FILES += \
PRODUCT_PRODUCT_PROPERTIES += \
persist.bluetooth.leaudio.allow_list=SM-R510,WF-1000XM5,SM-R630
# Disable Bluetooth HAP by default
PRODUCT_PRODUCT_PROPERTIES += \
bluetooth.profile.hap.enabled_by_default=false
# Support LE & Classic concurrent encryption (b/330704060)
PRODUCT_PRODUCT_PROPERTIES += \
bluetooth.ble.allow_enc_with_bredr=true