summaryrefslogtreecommitdiffstats
path: root/libbt/include/vnd_tilapia.txt
diff options
context:
space:
mode:
authorYK Jeffrey Chao <jechao@broadcom.com>2012-10-15 00:48:52 -0700
committerMatthew Xie <mattx@google.com>2012-10-16 16:27:56 -0700
commit5bbc94767d1a11f8b3b1ffeaddf98f91ee38bc04 (patch)
treeb1621d164b3a8a46cbfe349d63d333446ca3dd53 /libbt/include/vnd_tilapia.txt
parent0a793bd9730722fd79fe34a939bae1e9fc1bc1af (diff)
downloaddevice_common-5bbc94767d1a11f8b3b1ffeaddf98f91ee38bc04.zip
device_common-5bbc94767d1a11f8b3b1ffeaddf98f91ee38bc04.tar.gz
device_common-5bbc94767d1a11f8b3b1ffeaddf98f91ee38bc04.tar.bz2
Add support of getting factory BDADDR from Controller's non-volatile memory(2/2)
When factory Bluetooth device address is stored in the BT Controller's non-volatile memory (e.g. BCM4330 OTP memory) instead of devices's file system, the BDADDR will be retrieved from the Controller while enabling Bluedroid core stack. Introduce USE_CONTROLLER_BDADDR preprocessor directive in the vendor lib. After patchram download, check whether the BT Controller has a non-zero's BDADDR stored in its non-volatile memory. If not, write BTIF's init BDADDR to the Controller. bug 7340441 Change-Id: I2414b9479d4ef93ffd20c7ccc4875aab009e7cc8
Diffstat (limited to 'libbt/include/vnd_tilapia.txt')
-rwxr-xr-xlibbt/include/vnd_tilapia.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/libbt/include/vnd_tilapia.txt b/libbt/include/vnd_tilapia.txt
index 3667e65..65ef840 100755
--- a/libbt/include/vnd_tilapia.txt
+++ b/libbt/include/vnd_tilapia.txt
@@ -7,3 +7,4 @@ BTHW_DBG = TRUE
VNDUSERIAL_DBG = FALSE
UPIO_DBG = FALSE
SCO_PCM_IF_CLOCK_RATE = 2
+USE_CONTROLLER_BDADDR = TRUE