OSDN Git Service

Add Dialog mouse & KB to blacklist for LE secure connections
authorNitin Arora <niarora@codeaurora.org>
Tue, 28 Jul 2015 23:00:55 +0000 (16:00 -0700)
committerAndre Eisenbach <eisenbach@google.com>
Tue, 4 Aug 2015 16:33:32 +0000 (16:33 +0000)
This change allows the host to mask the Cross key bit in
the key distribution fields of the pairing request and
response while pairing with the Dialog keyboard and mouse
to prevent the remote from rejecting the DUT's pairing request.

Bug: 22799966
Change-Id: I89420e77875957c78e915c508de311d779fd03df

device/include/interop_database.h

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