diff options
author | RGIB <gibellini.roberto@gmail.com> | 2016-03-13 14:36:24 +0100 |
---|---|---|
committer | RGIB <gibellini.roberto@gmail.com> | 2016-03-13 14:43:36 +0100 |
commit | 1b964d66b9768e372847e6163e74d806f80f5f73 (patch) | |
tree | 3f6658d3839e59777300dd803a1d4d13f59eaac6 /bluetooth/bt_stack.conf | |
parent | 71ae76bd1fe8a894dbe6d402d219c9a0ad466a44 (diff) | |
download | device_samsung_kona-common-1b964d66b9768e372847e6163e74d806f80f5f73.zip device_samsung_kona-common-1b964d66b9768e372847e6163e74d806f80f5f73.tar.gz device_samsung_kona-common-1b964d66b9768e372847e6163e74d806f80f5f73.tar.bz2 |
kona-common : finally fix bluetooth
Change-Id: I9b2ebec6033f3d5fad6e1825b82da82019e50cab
Diffstat (limited to 'bluetooth/bt_stack.conf')
-rw-r--r--[-rwxr-xr-x] | bluetooth/bt_stack.conf | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/bluetooth/bt_stack.conf b/bluetooth/bt_stack.conf index d5ee9a8..e6f7a65 100755..100644 --- a/bluetooth/bt_stack.conf +++ b/bluetooth/bt_stack.conf @@ -1,12 +1,9 @@ -# Enable BtSnoop logging function -# valid value : true, false +BtSnoopConfigFromFile=false + BtSnoopLogOutput=true -# BtSnoop log output file BtSnoopFileName=/sdcard/Android/data/btsnoop_hci.log -# Enable trace level reconfiguration function -# Must be present before any TRC_ trace level settings TraceConf=true # Trace level configuration |