From 5b45c67134e46fb5a32fbb16c09052ccf7423ee3 Mon Sep 17 00:00:00 2001 From: Alice Kuo Date: Mon, 30 Dec 2024 14:45:16 +0800 Subject: [PATCH] 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 --- device-husky.mk | 4 ++++ device-shiba.mk | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/device-husky.mk b/device-husky.mk index 3bf6cde..fdb88fb 100644 --- a/device-husky.mk +++ b/device-husky.mk @@ -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 diff --git a/device-shiba.mk b/device-shiba.mk index c17f544..7cadc0a 100644 --- a/device-shiba.mk +++ b/device-shiba.mk @@ -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