summaryrefslogtreecommitdiffstats
path: root/btif
diff options
context:
space:
mode:
authorGanesh Ganapathi Batta <ganeshg@broadcom.com>2012-05-04 16:03:04 -0700
committerMatthew Xie <mattx@google.com>2012-07-14 11:19:20 -0700
commitc66cf76c4a2257bf13e949aa8ac363c33c3c83fc (patch)
tree435346a67217fe4aa682df0f20e95c8e6e803c38 /btif
parent78b0ba7aef165ed0e6a6d2b343bbc44a886c2dff (diff)
downloadexternal_bluetooth_bluedroid-c66cf76c4a2257bf13e949aa8ac363c33c3c83fc.zip
external_bluetooth_bluedroid-c66cf76c4a2257bf13e949aa8ac363c33c3c83fc.tar.gz
external_bluetooth_bluedroid-c66cf76c4a2257bf13e949aa8ac363c33c3c83fc.tar.bz2
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
Diffstat (limited to 'btif')
-rwxr-xr-xbtif/src/btif_storage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/btif/src/btif_storage.c b/btif/src/btif_storage.c
index 856df6e..a68f76e 100755
--- a/btif/src/btif_storage.c
+++ b/btif/src/btif_storage.c
@@ -135,7 +135,7 @@
#define BTIF_STORAGE_KEY_ADAPTER_DISC_TIMEOUT "discovery_timeout"
-#define BTIF_AUTO_PAIR_CONF_FILE "/etc/bluetooth/auto_pairing.conf"
+#define BTIF_AUTO_PAIR_CONF_FILE "/etc/bluetooth/auto_pair_devlist.conf"
#define BTIF_STORAGE_PATH_AUTOPAIR_BLACKLIST "auto_pair_blacklist"
#define BTIF_STORAGE_KEY_AUTOPAIR_BLIACKLIST_ADDR "AddressBlacklist"
#define BTIF_STORAGE_KEY_AUTOPAIR_BLIACKLIST_EXACTNAME "ExactNameBlacklist"