aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Eisenbach <eisenbach@google.com>2015-10-05 13:25:14 -0700
committerScott James Remnant <keybuk@google.com>2015-10-19 10:36:36 -0700
commit36d0e2b97be8b04d6607e9c1d76bbd2c9c891305 (patch)
tree6c7f2fc566759e1e1f9923165a7b1d0987518ed8
parent1946f2516f5d1384ea7d25bb87d019c1875ae7f0 (diff)
downloadbt-36d0e2b97be8b04d6607e9c1d76bbd2c9c891305.tar.gz
Add Flic smart button to interop database
Bug: 24737963 Change-Id: If3b59437439305b490c5fc260a7080cee04f09c5
-rw-r--r--device/include/interop_database.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/device/include/interop_database.h b/device/include/interop_database.h
index 944b92de7..127db200f 100644
--- a/device/include/interop_database.h
+++ b/device/include/interop_database.h
@@ -45,6 +45,9 @@ static const interop_entry_t interop_database[] = {
// Dialog Keyboard/Mouse
{{0x80, 0xea, 0xCa, 0,0,0}, 3, INTEROP_DISABLE_LE_SECURE_CONNECTIONS},
+ // Flic smart button
+ {{0x80, 0xe4, 0xda, 0x70, 0,0}, 4, INTEROP_DISABLE_LE_SECURE_CONNECTIONS},
+
// BMW car kits (Harman/Becker)
{{0x9c, 0xdf, 0x03, 0,0,0}, 3, INTEROP_AUTO_RETRY_PAIRING}
};