Quellcode durchsuchen

Bluetooth: Don't enable OOBS before NVM ready am: 006ea2415e

Original change: https://googleplex-android-review.googlesource.com/c/device/google/lynx/+/18520831

Change-Id: I4c80208cdc92acfa33ad216f9794086af27f40ec
Signed-off-by: Automerger Merge Worker <[email protected]>
Cheney Ni vor 2 Jahren
Ursprung
Commit
53654d711d
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      bluetooth/qti_default.mk

+ 1 - 1
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)