root@adw-All-Series:/home/share/work/3188/d4-3188-5.1/src/device/common# git diff
diff --git a/bluetooth/libbt/include/bt_vendor_brcm.h b/bluetooth/libbt/include/bt_vendor_brcm.h
index 86254ff..fc9dd3e 100755
--- a/bluetooth/libbt/include/bt_vendor_brcm.h
+++ b/bluetooth/libbt/include/bt_vendor_brcm.h
@@ -97,7 +97,7 @@
* firmware patchram (.hcd) file.
*/
#ifndef USE_CONTROLLER_BDADDR
-#define USE_CONTROLLER_BDADDR FALSE
+#define USE_CONTROLLER_BDADDR TRUE
#endif
root@adw-All-Series:/home/share/work/3188/d4-3188-5.1/src/device/common# git diff
diff --git a/bluetooth/libbt/include/bt_vendor_brcm.h b/bluetooth/libbt/include/bt_vendor_brcm.h
index 86254ff..fc9dd3e 100755
--- a/bluetooth/libbt/include/bt_vendor_brcm.h
+++ b/bluetooth/libbt/include/bt_vendor_brcm.h
@@ -97,7 +97,7 @@
* firmware patchram (.hcd) file.
*/
#ifndef USE_CONTROLLER_BDADDR
-#define USE_CONTROLLER_BDADDR FALSE
+#define USE_CONTROLLER_BDADDR TRUE
#endif
举报