Disable Bluetooth Hearing Access Profile default enable property for P23

Set bluetooth.profile.hap.enabled_by_default to false

bug: 386323913
Test: m
Flag: EXEMPT, properties change only for feature config
Change-Id: Idf007e77b3b9b4713a0660b94b3c1e121b2f5115
This commit is contained in:
Alice Kuo 2024-12-30 14:45:16 +08:00
parent 79bfb39225
commit 5b45c67134
2 changed files with 8 additions and 0 deletions

View file

@ -247,6 +247,10 @@ PRODUCT_PRODUCT_PROPERTIES += \
PRODUCT_PRODUCT_PROPERTIES += \
bluetooth.leaudio.dual_bidirection_swb.supported=true
# 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