From 3507060c58dfec71872208b5c7fa71836b5625e4 Mon Sep 17 00:00:00 2001 From: Pavlin Radoslavov Date: Sun, 30 Jul 2017 20:18:57 -0700 Subject: [PATCH] Fix the MAC address for INTEROP_2MBPS_LINK_ONLY entry Bug: 62394764 Test: Code compilation Change-Id: I3e6d8bb8258d6cc56ce05d7f17dda445859f011a (cherry picked from commit b60955f9c72d8481a1a2d92d46d59e2fd31139c9) --- device/include/interop_database.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device/include/interop_database.h b/device/include/interop_database.h index f722cf45b..56e56261d 100644 --- a/device/include/interop_database.h +++ b/device/include/interop_database.h @@ -77,7 +77,7 @@ static const interop_addr_entry_t interop_addr_database[] = { {{{0x20, 0x15, 0x06, 0, 0, 0}}, 3, INTEROP_2MBPS_LINK_ONLY}, // Uconnect - {{{0x9c, 0xdf, 0x03, 0, 0, 0}}, 3, INTEROP_2MBPS_LINK_ONLY}, + {{{0x00, 0x54, 0xaf, 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}, -- 2.11.0