From 006ea2415e9eb84c6f387aeecf7fb9178d805c49 Mon Sep 17 00:00:00 2001 From: Cheney Ni Date: Fri, 20 May 2022 20:11:14 +0000 Subject: [PATCH] Bluetooth: Don't enable OOBS before NVM ready Bug: 202091533 Test: Turn on Bluetooth without OOBS NVM Change-Id: Id85e896a0c9663311c55a7975b94fa5a8081d6eb --- bluetooth/qti_default.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bluetooth/qti_default.mk b/bluetooth/qti_default.mk index aba9799..d41e086 100644 --- a/bluetooth/qti_default.mk +++ b/bluetooth/qti_default.mk @@ -27,7 +27,7 @@ TARGET_BLUETOOTH_HCI_V1_1 = true TARGET_BLUETOOTH_UART_DEVICE = "/dev/ttySAC18" UART_USE_TERMIOS_AFC = true TARGET_USE_QTI_BT_IBS = false -TARGET_USE_QTI_BT_OBS = true +TARGET_USE_QTI_BT_OBS = false TARGET_USE_QTI_BT_SAR = true TARGET_USE_QTI_BT_CHANNEL_AVOIDANCE = true ifeq ($(TARGET_BLUETOOTH_HCI_V1_1),true)