From 5bbc94767d1a11f8b3b1ffeaddf98f91ee38bc04 Mon Sep 17 00:00:00 2001 From: YK Jeffrey Chao Date: Mon, 15 Oct 2012 00:48:52 -0700 Subject: 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 --- libbt/include/vnd_tilapia.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'libbt/include/vnd_tilapia.txt') 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 -- cgit v1.1