diff options
author | Cheney Ni <cheneyni@google.com> | 2022-08-10 10:29:43 +0000 |
---|---|---|
committer | TreeHugger Robot <treehugger-gerrit@google.com> | 2022-08-25 10:27:57 +0000 |
commit | 738f85f5b07fb3cc8b81449e710b6d89f43a20dd (patch) | |
tree | 2d1cd1263ac89c58836e9eed5144275dea28d6fb | |
parent | b74e2b582bb310d4176837fd987afdb61b9984e9 (diff) |
Bluetooth: OOBS enabling
Bug: 203079726
Test: Pass Bluetooth ON / OFF and manual tests
Change-Id: I02d2240148b52d71ff2026e247d2803f32b5b344
-rw-r--r-- | bluetooth/qti_default.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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 |