Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ecb28322 authored by Nitin Arora's avatar Nitin Arora Committed by Android Git Automerger
Browse files

am ce6fa8eb: am cef895ab: Add Dialog mouse & KB to blacklist for LE secure connections

* commit 'ce6fa8eb':
  Add Dialog mouse & KB to blacklist for LE secure connections
parents 775b99aa ce6fa8eb
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -42,6 +42,9 @@ static const interop_entry_t interop_database[] = {
  // Motorola Key Link
  {{0x1c, 0x96, 0x5a,       0,0,0}, 3, INTEROP_DISABLE_LE_SECURE_CONNECTIONS},

  // Dialog Keyboard/Mouse
  {{0x80, 0xea, 0xCa,       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}
};