From c66cf76c4a2257bf13e949aa8ac363c33c3c83fc Mon Sep 17 00:00:00 2001 From: Ganesh Ganapathi Batta Date: Fri, 4 May 2012 16:03:04 -0700 Subject: Adding auto_pair_devlist.conf configuration file. Modified makefile and btif_storage.c to include this configuration file as part of build and read during startup Change-Id: I2c30dd4269ca04c0ea2d4813a19b853c2c47d3f4 --- conf/auto_pair_devlist.conf | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100755 conf/auto_pair_devlist.conf (limited to 'conf/auto_pair_devlist.conf') diff --git a/conf/auto_pair_devlist.conf b/conf/auto_pair_devlist.conf new file mode 100755 index 0000000..1e25592 --- /dev/null +++ b/conf/auto_pair_devlist.conf @@ -0,0 +1,27 @@ +# Do NOT change this file format without updating the parsing logic in +# BT IF module implementation (btif_storage.c) + +# This file contains information to prevent auto pairing with Bluetooth devices. +# Blacklisting by vendor prefix address: +# The following companies are included in the list below: +# ALPS (lexus), Murata (Prius 2007, Nokia 616), TEMIC SDS (Porsche, Audi), +# Parrot, Zhongshan General K-mate Electronics, Great Well +# Electronics, Flaircomm Electronics, Jatty Electronics, Delphi, +# Clarion, Novero, Denso (Lexus, Toyota), Johnson Controls (Acura), +# Continental Automotive, Harman/Becker, Panasonic/Kyushu Ten, +# BMW (Motorola PCS), Visteon, Peugeot, BMW (MINI10013) +AddressBlacklist=00:02:C7,00:16:FE,00:19:C1,00:1B:FB,00:1E:3D,00:21:4F,00:23:06,00:24:33,00:A0:79,00:0E:6D,00:13:E0,00:21:E8,00:60:57,00:0E:9F,00:12:1C,00:18:91,00:18:96,00:13:04,00:16:FD,00:22:A0,00:0B:4C,00:60:6F,00:23:3D,00:C0:59,00:0A:30,00:1E:AE,00:1C:D7,00:80:F0,00:12:8A,00:09:93,00:80:37,00:26:7E + +# Blacklisting by Exact Name: +ExactNameBlacklist=Motorola IHF1000,i.TechBlueBAND,X5 Stereo v1.3,KML_CAN + +# Blacklisting by Partial Name (if name starts with) +PartialNameBlacklist=BMW,Audi,Parrot,Car + +# Fixed PIN keyboard blacklist. Keyboards should have variable PIN +# The keyboards below have a fixed PIN of 0000, so we will auto pair. +# Note the reverse logic in this case compared to other's in this file +# where its a blacklist for not auto pairing. +FixedPinZerosKeyboardBlacklist=00:0F:F6 + +# Blacklisting by addition of the address during usage -- cgit v1.1