aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Eisenbach <eisenbach@google.com>2015-07-13 09:36:03 -0700
committerAndre Eisenbach <eisenbach@google.com>2015-07-13 09:36:03 -0700
commite53454f71c1c894fa3976cfe5f5a22d50b2ff28b (patch)
treeb18f22f1a49ac7940439e686f7747150901677e7
parent27c4e634cb0d6e618bc3e53da7c0f9a305d1593b (diff)
downloadbt-e53454f71c1c894fa3976cfe5f5a22d50b2ff28b.tar.gz
Additional BDA range for Nexus Remote secure connections blacklist
Bug: 21817410 Change-Id: I5c5f6da9e8326e4c9424907337331b39fb67b444
-rw-r--r--device/include/interop_database.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/device/include/interop_database.h b/device/include/interop_database.h
index f4bfa1f51..1a7425b27 100644
--- a/device/include/interop_database.h
+++ b/device/include/interop_database.h
@@ -30,6 +30,7 @@ static const interop_entry_t interop_database[] = {
// Nexus Remote (Spike)
// Note: May affect other Asus brand devices
{{0x38, 0x2c, 0x4a, 0,0,0}, 3, INTEROP_DISABLE_LE_SECURE_CONNECTIONS},
+ {{0x08, 0x62, 0x66, 0,0,0}, 3, INTEROP_DISABLE_LE_SECURE_CONNECTIONS},
// BMW car kits (Harman/Becker)
{{0x9c, 0xdf, 0x03, 0,0,0}, 3, INTEROP_AUTO_RETRY_PAIRING}