From 3edc34928e21866a07a669b018dfb50185b09c92 Mon Sep 17 00:00:00 2001 From: Petri Gynther Date: Thu, 12 Apr 2018 01:49:25 -0700 Subject: dragon: update Bluetooth firmware Update Dragon Bluetooth firmware to: BCM4350C0_003.001.012.0433.1484_Google_A44_ORC.hcd Fixes security issue in Bluetooth classic pairing. Bug: 72377774 Bug: 73665456 Bug: 77859860 Test: Manual BT classic pairing test Change-Id: Ife99d752d0a668bb9967c2a72375a43c1f7faf3e (cherry picked from commit 4538062f66113ebf5a62086ec9b29f08c4c952fd) --- bluetooth/BCM4350C0_003.001.012.0364.0754.hcd | Bin 80350 -> 0 bytes .../BCM4350C0_003.001.012.0433.1484_Google_A44_ORC.hcd | Bin 0 -> 80992 bytes device.mk | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 bluetooth/BCM4350C0_003.001.012.0364.0754.hcd create mode 100644 bluetooth/BCM4350C0_003.001.012.0433.1484_Google_A44_ORC.hcd diff --git a/bluetooth/BCM4350C0_003.001.012.0364.0754.hcd b/bluetooth/BCM4350C0_003.001.012.0364.0754.hcd deleted file mode 100644 index 72ff484..0000000 Binary files a/bluetooth/BCM4350C0_003.001.012.0364.0754.hcd and /dev/null differ diff --git a/bluetooth/BCM4350C0_003.001.012.0433.1484_Google_A44_ORC.hcd b/bluetooth/BCM4350C0_003.001.012.0433.1484_Google_A44_ORC.hcd new file mode 100644 index 0000000..8851cf5 Binary files /dev/null and b/bluetooth/BCM4350C0_003.001.012.0433.1484_Google_A44_ORC.hcd differ diff --git a/device.mk b/device.mk index f1accca..5b6881e 100644 --- a/device.mk +++ b/device.mk @@ -121,7 +121,7 @@ PRODUCT_COPY_FILES += \ $(LOCAL_PATH)/media_profiles.xml:system/etc/media_profiles.xml PRODUCT_COPY_FILES += \ - $(LOCAL_PATH)/bluetooth/BCM4350C0_003.001.012.0364.0754.hcd:$(TARGET_COPY_OUT_VENDOR)/firmware/bcm4350c0.hcd \ + $(LOCAL_PATH)/bluetooth/BCM4350C0_003.001.012.0433.1484_Google_A44_ORC.hcd:$(TARGET_COPY_OUT_VENDOR)/firmware/bcm4350c0.hcd \ $(LOCAL_PATH)/bluetooth/bt_vendor.conf:$(TARGET_COPY_OUT_SYSTEM)/etc/bluetooth/bt_vendor.conf # Bluetooth HAL -- cgit v1.2.3