From a3fcf00bc38b584a335ae24bedf44e4beaf8d1ab Mon Sep 17 00:00:00 2001 From: Pankaj Kanwar Date: Thu, 3 Aug 2017 20:41:44 +0000 Subject: Revert "Allow collection of Bluetooth firmware dumps in bugreports (3/3)" This reverts commit 0580dd639cb10fafb6953d8a724db030df5030db. Change-Id: I37f9ba5a9ace655d1d12404926a158fb9a4001a7 --- hci/src/hci_layer.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hci/src/hci_layer.cc b/hci/src/hci_layer.cc index d1fa92031..563379f0d 100644 --- a/hci/src/hci_layer.cc +++ b/hci/src/hci_layer.cc @@ -78,7 +78,7 @@ static const int BT_HCI_RT_PRIORITY = 1; // Abort if there is no response to an HCI command. static const uint32_t COMMAND_PENDING_TIMEOUT_MS = 2000; -static const uint32_t COMMAND_TIMEOUT_RESTART_US = 5000000; +static const uint32_t COMMAND_TIMEOUT_RESTART_US = 500000; // Our interface static bool interface_created; -- cgit v1.2.3 From a5f0a7717d129ca8164a0712e63f41cc4b60dd72 Mon Sep 17 00:00:00 2001 From: Pavlin Radoslavov Date: Thu, 3 Aug 2017 17:34:07 -0700 Subject: Added another entry to the INTEROP_2MBPS_LINK_ONLY interoperability database Bug: 64357126 Test: Audio streaming to the affected carkit Change-Id: I160eb3775c77fe400798f038d2aae7dd7825aacb --- device/include/interop_database.h | 1 + 1 file changed, 1 insertion(+) diff --git a/device/include/interop_database.h b/device/include/interop_database.h index 56e56261d..7f4f22958 100644 --- a/device/include/interop_database.h +++ b/device/include/interop_database.h @@ -78,6 +78,7 @@ static const interop_addr_entry_t interop_addr_database[] = { // Uconnect {{{0x00, 0x54, 0xaf, 0, 0, 0}}, 3, INTEROP_2MBPS_LINK_ONLY}, + {{{0x30, 0x14, 0x4a, 0, 0, 0}}, 3, INTEROP_2MBPS_LINK_ONLY}, // LG Tone HBS-730 - unacceptably loud volume {{{0x00, 0x18, 0x6b, 0, 0, 0}}, 3, INTEROP_DISABLE_ABSOLUTE_VOLUME}, -- cgit v1.2.3