diff options
author | Ziyan <jaraidaniel@gmail.com> | 2016-03-04 12:52:48 +0100 |
---|---|---|
committer | Andreas Blaesius <skate4life@gmx.de> | 2016-06-06 15:29:15 +0200 |
commit | 23ba5989674168f7bf99c30fe44bc2ce853088d1 (patch) | |
tree | fe28205492145bae22f3f7618c39a991998d0b1a /bluetooth | |
parent | 1242e7a9eba45daf24e0fb0173ed595b9561ddaf (diff) | |
download | device_samsung_espressowifi-23ba5989674168f7bf99c30fe44bc2ce853088d1.zip device_samsung_espressowifi-23ba5989674168f7bf99c30fe44bc2ce853088d1.tar.gz device_samsung_espressowifi-23ba5989674168f7bf99c30fe44bc2ce853088d1.tar.bz2 |
bluetooth: use our own bt_vendor.conf to silence a few logcat warnings
Change-Id: Id22485ca4b19f709cea4adcdc65ca2f7e20f4744
Diffstat (limited to 'bluetooth')
-rw-r--r-- | bluetooth/bt_vendor.conf | 5 |
1 files changed, 5 insertions, 0 deletions
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/ |