OSDN Git Service

Blacklist Nexus Remote for LE secure connections
authorAndre Eisenbach <eisenbach@google.com>
Thu, 2 Jul 2015 23:14:28 +0000 (16:14 -0700)
committerAndre Eisenbach <eisenbach@google.com>
Mon, 6 Jul 2015 22:48:14 +0000 (22:48 +0000)
commit7927f68bb2d9b963288261e1e858463b43c52a2d
tree12526d24424741fc258187ed6f29eaaf0db70b99
parent4f6c9b4f68d152baf7aa029cbe9b570994584101
Blacklist Nexus Remote for LE secure connections

The Nexus remote will disconnect during encryption when paired with the
secure connections feature enabled. This patch will blacklist the remote
and mask out the feature during pairing.

This patch introduces a new interop database with the aim of
consolodating various blacklists and interop workarounds into a single
database for code readability and maintainability of the list.

Bug: 21817410
Change-Id: I6f510e1c8c6050ab4e313209122d028e12e5f54f
device/Android.mk
device/include/interop.h [new file with mode: 0644]
device/include/interop_database.h [new file with mode: 0644]
device/src/interop.c [new file with mode: 0644]
device/test/interop_test.cpp [new file with mode: 0644]
stack/smp/smp_act.c