OSDN Git Service

Bluetooth: Add Dialog mouse & KB to blacklist for LE secure connections
authorNitin Arora <niarora@codeaurora.org>
Wed, 6 Apr 2016 00:10:37 +0000 (17:10 -0700)
committerLinux Build Service Account <lnxbuild@localhost>
Wed, 24 Aug 2016 14:09:48 +0000 (08:09 -0600)
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.

CRs-Fixed: 1033619
Change-Id: I888b5ce8c12652ef5c393b304bed8948c4e6b444

device/include/interop_database.h

index a5b72a6..93a925d 100644 (file)
@@ -114,6 +114,10 @@ static const interop_addr_entry_t interop_addr_database[] = {
 
   // Fiat Carkit
   {{{0x00, 0x14, 0x09,       0,0,0}}, 3, INTEROP_INCREASE_AG_CONN_TIMEOUT},
+
+  // Dialog Keyboard and mouse
+  {{{0x80, 0xea, 0xca,      0,0,0}}, 3, INTEROP_DISABLE_LE_SECURE_CONNECTIONS},
+
 };
 
 typedef struct {