OSDN Git Service

am 2ae635f4: am 7f2eed69: Check BR device count before initiating role switch
authorNitin Shivpure <nshivpur@codeaurora.org>
Mon, 19 Oct 2015 19:14:10 +0000 (19:14 +0000)
committerAndroid Git Automerger <android-git-automerger@android.com>
Mon, 19 Oct 2015 19:14:10 +0000 (19:14 +0000)
* commit '2ae635f40a0f942b0b876176dd5d83ea35070338':
  Check BR device count before initiating role switch

device/include/interop_database.h

index 944b92d..127db20 100644 (file)
@@ -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}
 };