From 23ba5989674168f7bf99c30fe44bc2ce853088d1 Mon Sep 17 00:00:00 2001 From: Ziyan Date: Fri, 4 Mar 2016 12:52:48 +0100 Subject: bluetooth: use our own bt_vendor.conf to silence a few logcat warnings Change-Id: Id22485ca4b19f709cea4adcdc65ca2f7e20f4744 --- bluetooth/bt_vendor.conf | 5 +++++ espresso-common.mk | 4 ++++ 2 files changed, 9 insertions(+) create mode 100644 bluetooth/bt_vendor.conf diff --git a/bluetooth/bt_vendor.conf b/bluetooth/bt_vendor.conf new file mode 100644 index 0000000..d5547eb --- /dev/null +++ b/bluetooth/bt_vendor.conf @@ -0,0 +1,5 @@ +# UART device port where Bluetooth controller is attached +UartPort = /dev/ttyO1 + +# Firmware patch file location +FwPatchFilePath = /vendor/firmware/ diff --git a/espresso-common.mk b/espresso-common.mk index 04f3562..3026318 100644 --- a/espresso-common.mk +++ b/espresso-common.mk @@ -64,6 +64,10 @@ PRODUCT_PROPERTY_OVERRIDES += \ wifi.interface=wlan0 \ wifi.supplicant_scan_interval=15 +# Bluetooth +PRODUCT_COPY_FILES += \ + $(LOCAL_PATH)/bluetooth/bt_vendor.conf:system/etc/bluetooth/bt_vendor.conf + # Media profiles PRODUCT_COPY_FILES += \ $(LOCAL_PATH)/configs/media_codecs.xml:system/etc/media_codecs.xml \ -- cgit v1.1