From 8f32bb9a9033066a3197fb53ca2130aaf7bff10f Mon Sep 17 00:00:00 2001 From: kuanyuhuang Date: Fri, 17 Mar 2023 03:17:43 +0000 Subject: [PATCH] BT: Enable big hammer handling Enable BRCM chip big hammer handling due to WLAN already bring up. Bug: 261526478 Test: local build and enable BT Change-Id: I0c1428358b113478527e92981b0e5fa53a6f9f2b --- device-akita.mk | 6 ------ 1 file changed, 6 deletions(-) diff --git a/device-akita.mk b/device-akita.mk index 42652a8..17420b1 100644 --- a/device-akita.mk +++ b/device-akita.mk @@ -106,12 +106,6 @@ PRODUCT_PACKAGES_DEBUG += \ PRODUCT_PRODUCT_PROPERTIES += \ persist.bluetooth.a2dp_aac.vbr_supported=true -# TODO b/261526478 remove after BT/WiFi codex device exists -# Bluetooth does not open BT/WiFi codex device before WiFi bringup -BLUETOOTH_SKIP_COEX_DEVICE := true -# Inject soong bluetooth configurations -$(call soong_config_set,bluetooth,bluetooth_skip_coex_device,$(BLUETOOTH_SKIP_COEX_DEVICE)) - # Spatial Audio PRODUCT_PACKAGES += \ libspatialaudio \