From 738f85f5b07fb3cc8b81449e710b6d89f43a20dd Mon Sep 17 00:00:00 2001 From: Cheney Ni Date: Wed, 10 Aug 2022 10:29:43 +0000 Subject: [PATCH] Bluetooth: OOBS enabling Bug: 203079726 Test: Pass Bluetooth ON / OFF and manual tests Change-Id: I02d2240148b52d71ff2026e247d2803f32b5b344 --- 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 a6abd5c..6132dec 100644 --- a/bluetooth/qti_default.mk +++ b/bluetooth/qti_default.mk @@ -49,7 +49,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 = false +TARGET_USE_QTI_BT_OBS = true TARGET_USE_QTI_BT_SAR_V1_1 = true TARGET_USE_QTI_BT_CHANNEL_AVOIDANCE = true