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:
@@ -259,6 +259,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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user